python3Packages.pysideShiboken: refactor to use multiple outputs
This commit is contained in:
parent
335d21df85
commit
a3e20b8dbc
@ -33,7 +33,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ python libxml2 libxslt ];
|
buildInputs = [ python libxml2 libxslt ];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
cmakeFlagsArray=("-DCMAKE_INSTALL_PREFIX=$dev")
|
||||||
echo "preConfigure: Fixing shiboken_generator install target."
|
echo "preConfigure: Fixing shiboken_generator install target."
|
||||||
substituteInPlace generator/CMakeLists.txt --replace \
|
substituteInPlace generator/CMakeLists.txt --replace \
|
||||||
\"$\{GENERATORRUNNER_PLUGIN_DIR}\" lib/generatorrunner/
|
\"$\{GENERATORRUNNER_PLUGIN_DIR}\" lib/generatorrunner/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user