mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
pythonPackages.shiboken2: Mark broken on darwin
This commit is contained in:
parent
96ba5c472c
commit
ad8ec3b48b
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user