From 38364c0b07b9343e67e331bdcad1891511690c0b Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Thu, 26 Apr 2018 10:36:57 -0500 Subject: [PATCH] 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/ --- pkgs/applications/graphics/inkscape/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 37af9f6b86c..eb349e41206 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/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