inkscape: drop redundant enableParallelBuilding

With CMake it is on by default.
wip/yesman
Jan Tojnar 4 years ago
parent 418b24b133
commit a725962ae9
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 2
      pkgs/applications/graphics/inkscape/default.nix

@ -111,8 +111,6 @@ stdenv.mkDerivation rec {
cairo
];
enableParallelBuilding = true;
# Make sure PyXML modules can be found at run-time.
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
install_name_tool -change $out/lib/libinkscape_base.dylib $out/lib/inkscape/libinkscape_base.dylib $out/bin/inkscape

Loading…
Cancel
Save