Merge pull request #209801 from wegank/qca-qt5-darwin

libsForQt5.qca-qt5: unbreak on darwin
This commit is contained in:
Thiago Kenji Okada 2023-01-09 11:09:57 +00:00 committed by GitHub
commit ebf9e988a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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