mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +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,
|
||||
cmake, qt5, llvmPackages }:
|
||||
{ buildPythonPackage, python, fetchurl, stdenv, pyside2
|
||||
, cmake, qt5, llvmPackages }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "shiboken2";
|
||||
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
||||
license = with licenses; [ gpl2 lgpl21 ];
|
||||
homepage = "https://wiki.qt.io/Qt_for_Python";
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user