python3Packages.pyside: refactor to use multiple outputs
This commit is contained in:
parent
5a03f8ba80
commit
b6a2387ddc
@ -13,6 +13,12 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
cmakeFlagsArray=("-DCMAKE_INSTALL_PREFIX=$dev")
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pysideGeneratorrunner pysideShiboken qt4 ];
|
nativeBuildInputs = [ cmake pysideGeneratorrunner pysideShiboken qt4 ];
|
||||||
|
|
||||||
buildInputs = [ mesa libGL ];
|
buildInputs = [ mesa libGL ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user