summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-28 15:10:19 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:34:15 -0400
commit63c0885502952375fe8e323a3c043c00ccea55d2 (patch)
treec43c7e095d7bf4378f8dfe35ca7b2fab9cf1eaac /pkgs/applications
parente8b7d73653259942a44e52c18a594154993477e3 (diff)
downloadnixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar.gz
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar.bz2
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar.lz
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar.xz
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.tar.zst
nixlib-63c0885502952375fe8e323a3c043c00ccea55d2.zip
Revert "inkscape: fix on darwin again"
This reverts commit 047c9372ab1314d8e3fab13b9f21359fdf3a643c.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 42257323eac6..1ddddc65b213 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/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.