inkscape: drop redundant enableParallelBuilding
With CMake it is on by default.
This commit is contained in:
parent
418b24b133
commit
a725962ae9
@ -111,8 +111,6 @@ stdenv.mkDerivation rec {
|
|||||||
cairo
|
cairo
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
# Make sure PyXML modules can be found at run-time.
|
# Make sure PyXML modules can be found at run-time.
|
||||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
install_name_tool -change $out/lib/libinkscape_base.dylib $out/lib/inkscape/libinkscape_base.dylib $out/bin/inkscape
|
install_name_tool -change $out/lib/libinkscape_base.dylib $out/lib/inkscape/libinkscape_base.dylib $out/bin/inkscape
|
||||||
|
Loading…
x
Reference in New Issue
Block a user