From e655c6afd76db3c2de238b082ded54b32190d56b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Mar 2013 13:02:03 +0100 Subject: libxslt: revert impurity fix on 'native-stdenv' platforms Commit 16863d8ffe24649fb6a7500f2b457dd2e559de47 caused massive re-builds. This change needs to be made differently. --- pkgs/development/libraries/libxslt/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pkgs/development/libraries/libxslt/default.nix b/pkgs/development/libraries/libxslt/default.nix index b1fef59c861..d3b7769754e 100644 --- a/pkgs/development/libraries/libxslt/default.nix +++ b/pkgs/development/libraries/libxslt/default.nix @@ -8,14 +8,7 @@ stdenv.mkDerivation rec { sha256 = "09ky3vhlaahvsb0q9gp6h3as53pfj70gincirachjqzj46jdka5n"; }; - configureFlags = [ - "--with-libxml-prefix=${libxml2}" - "--without-python" - "--without-crypto" - "--without-debug" - "--without-mem-debug" - "--without-debugger" - ]; + buildInputs = [ libxml2 ]; postInstall = '' mkdir -p $out/nix-support -- cgit 1.4.1