summary refs log tree commit diff
path: root/pkgs/applications/graphics/inkscape/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-28 15:10:23 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-31 12:34:15 -0400
commit9e04546809f7a8ab176ae6aded2c0ca6ee1611d3 (patch)
tree195fdfc67faf2d61b03fecf65b689e1799187767 /pkgs/applications/graphics/inkscape/default.nix
parent4a58ed605942e2a135cc18e9396358abe99624b9 (diff)
downloadnixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar.gz
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar.bz2
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar.lz
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar.xz
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.tar.zst
nixpkgs-9e04546809f7a8ab176ae6aded2c0ca6ee1611d3.zip
Revert "inkscape: Fix build on NixOS"
This reverts commit 6c748ae749faae3ff989a800ffa5095f634a6050.
Diffstat (limited to 'pkgs/applications/graphics/inkscape/default.nix')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index ff53e5f1160..8f6c096847f 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -4,7 +4,6 @@
 , gsl, python2, poppler, imagemagick, libwpg, librevenge
 , libvisio, libcdr, libexif, potrace, autoreconfHook
 , intltool
-, icu # Not needed for building with CMake
 , lib
 }:
 
@@ -28,13 +27,6 @@ stdenv.mkDerivation rec {
     patchShebangs share/extensions
     patchShebangs fix-roff-punct
 
-    # XXX: Not needed for CMake:
-    patchShebangs share/filters
-    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.
     substituteInPlace src/extension/implementation/script.cpp \
@@ -46,7 +38,7 @@ stdenv.mkDerivation rec {
     perl perlXMLParser libXft libpng zlib popt boehmgc
     libxml2 libxslt glib gtkmm2 glibmm libsigcxx lcms boost gettext
     makeWrapper gsl poppler imagemagick libwpg librevenge
-    libvisio libcdr libexif potrace python2Env icu
+    libvisio libcdr libexif potrace python2Env
   ];
 
   enableParallelBuilding = true;