mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
ab98d72fad
commit
e655c6afd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user