python3Packages.pysideShiboken: refactor to use multiple outputs
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user