pythonPackages.shiboken2: Mark broken on darwin
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ buildPythonPackage, python, fetchurl, stdenv, pyside2,
|
{ buildPythonPackage, python, fetchurl, stdenv, pyside2
|
||||||
cmake, qt5, llvmPackages }:
|
, cmake, qt5, llvmPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "shiboken2";
|
pname = "shiboken2";
|
||||||
@@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||||||
license = with licenses; [ gpl2 lgpl21 ];
|
license = with licenses; [ gpl2 lgpl21 ];
|
||||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||||
maintainers = with maintainers; [ gebner ];
|
maintainers = with maintainers; [ gebner ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user