libxslt: revert impurity fix on 'native-stdenv' platforms
Commit 16863d8ffe24649fb6a7500f2b457dd2e559de47 caused massive re-builds. This change needs to be made differently.
This commit is contained in:
parent
ab98d72fad
commit
e655c6afd7
@ -8,14 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "09ky3vhlaahvsb0q9gp6h3as53pfj70gincirachjqzj46jdka5n";
|
sha256 = "09ky3vhlaahvsb0q9gp6h3as53pfj70gincirachjqzj46jdka5n";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
buildInputs = [ libxml2 ];
|
||||||
"--with-libxml-prefix=${libxml2}"
|
|
||||||
"--without-python"
|
|
||||||
"--without-crypto"
|
|
||||||
"--without-debug"
|
|
||||||
"--without-mem-debug"
|
|
||||||
"--without-debugger"
|
|
||||||
];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user