libsForQt5.qca-qt5: unbreak on darwin

This commit is contained in:
Weijia Wang
2023-01-09 02:56:02 +01:00
parent 85be954926
commit 60445aa40e
@@ -26,8 +26,5 @@ 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;
};
}