From 63c0885502952375fe8e323a3c043c00ccea55d2 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 28 May 2018 15:10:19 -0400 Subject: Revert "inkscape: fix on darwin again" This reverts commit 047c9372ab1314d8e3fab13b9f21359fdf3a643c. --- pkgs/applications/graphics/inkscape/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'pkgs/applications') 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. -- cgit 1.4.1