libsForQt5.qca-qt5: mark as broken on darwin
This commit is contained in:
parent
252458b9c5
commit
fbeaf0e612
1 changed files with 3 additions and 0 deletions
|
@ -26,5 +26,8 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ ttuegel ];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = with platforms; unix;
|
||||
# until macOS SDK supports Qt 5.15, 2.3.2 is the highest version of qca-qt5
|
||||
# that works on darwin
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue