Revert "inkscape: fix on darwin again"

This reverts commit 047c9372ab.
wip/yesman
Matthew Bauer 6 years ago
parent e8b7d73653
commit 63c0885502
  1. 11
      pkgs/applications/graphics/inkscape/default.nix

@ -29,13 +29,10 @@ stdenv.mkDerivation rec {
patchShebangs fix-roff-punct
# XXX: Not needed for CMake:
${lib.optionalString (!stdenv.isDarwin) ''
patchShebangs share/filters
patchShebangs share/palettes
patchShebangs share/patterns
patchShebangs share/symbols
patchShebangs share/templates
''}
patchShebangs share/palettes
patchShebangs share/patterns
patchShebangs share/symbols
patchShebangs share/templates
# Python is used at run-time to execute scripts, e.g., those from
# the "Effects" menu.

Loading…
Cancel
Save