Merge pull request #324758 from GaetanLepage/pyside
python311Packages.pyside2: mark as broken on darwin
This commit is contained in:
@@ -79,5 +79,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21;
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user