inkscape: don't patch share/filters

This should not be needed because they are using `#!/usr/bin/env python` as the shebang and in fact it will break inkscape.x86_64-darwin.

https://hydra.nixos.org/build/73283875/
wip/yesman
Matthew Justin Bauer 6 years ago committed by GitHub
parent 42bf1d5db0
commit 38364c0b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/applications/graphics/inkscape/default.nix

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
patchShebangs fix-roff-punct
# XXX: Not needed for CMake:
patchShebangs share/filters
patchShebangs share/palettes
patchShebangs share/patterns
patchShebangs share/symbols

Loading…
Cancel
Save