From 9e04546809f7a8ab176ae6aded2c0ca6ee1611d3 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 28 May 2018 15:10:23 -0400 Subject: [PATCH] Revert "inkscape: Fix build on NixOS" This reverts commit 6c748ae749faae3ff989a800ffa5095f634a6050. --- pkgs/applications/graphics/inkscape/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 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;