pythonPackages.shiboken2: Mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-01-08 18:47:37 +01:00
parent 96ba5c472c
commit ad8ec3b48b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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