Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ cmake pysideGeneratorrunner pysideShiboken qt4 ];
|
||||
nativeBuildInputs = [ cmake pysideGeneratorrunner pysideShiboken qt4 ];
|
||||
|
||||
makeFlags = "QT_PLUGIN_PATH=" + pysideShiboken + "/lib/generatorrunner";
|
||||
|
||||
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.lgpl21;
|
||||
homepage = http://www.pyside.org;
|
||||
maintainers = [ lib.maintainers.chaoflow ];
|
||||
platforms = lib.platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user