libsForQt5.qca-qt5: mark as broken on darwin

This commit is contained in:
Will Cohen 2022-04-13 11:42:05 -04:00
parent 252458b9c5
commit fbeaf0e612

View file

@ -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;
};
}