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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user