libxslt: revert impurity fix on 'native-stdenv' platforms

Commit 16863d8ffe caused massive re-builds.
This change needs to be made differently.
This commit is contained in:
Peter Simons 2013-03-25 13:02:03 +01:00
parent ab98d72fad
commit e655c6afd7

View file

@ -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