summary refs log tree commit diff
path: root/pkgs/development/libraries/libxslt
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-25 13:02:03 +0100
committerPeter Simons <simons@cryp.to>2013-03-25 13:02:03 +0100
commite655c6afd76db3c2de238b082ded54b32190d56b (patch)
tree7d1e6d29ea3b198d94dad85e4d7cab47a30d91bd /pkgs/development/libraries/libxslt
parentab98d72fad2c657836d36fe0ac2f7dac54f1b778 (diff)
downloadnixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar.gz
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar.bz2
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar.lz
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar.xz
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.tar.zst
nixpkgs-e655c6afd76db3c2de238b082ded54b32190d56b.zip
libxslt: revert impurity fix on 'native-stdenv' platforms
Commit 16863d8ffe24649fb6a7500f2b457dd2e559de47 caused massive re-builds.
This change needs to be made differently.
Diffstat (limited to 'pkgs/development/libraries/libxslt')
-rw-r--r--pkgs/development/libraries/libxslt/default.nix9
1 files changed, 1 insertions, 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