sha256 for libxslt changed?!
svn path=/nixpkgs/trunk/; revision=12948
This commit is contained in:
parent
859162564f
commit
0e6536e5c6
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
name = "libxslt-1.1.24";
|
||||
src = fetchurl {
|
||||
url = ftp://xmlsoft.org/libxml2/libxslt-1.1.24.tar.gz;
|
||||
sha256 = "0ghb31mgm3bq5k41jf7b0c2azcfil26nz720kpr7k6hyhi20khf0";
|
||||
sha256 = "c0c10944841e9a79f29d409c6f8da0d1b1af0403eb3819c82c788dfa6a180b3e";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
postInstall = "ensureDir $out/nix-support; ln -s ${libxml2}/nix-support/setup-hook $out/nix-support/";
|
||||
|
Loading…
Reference in New Issue
Block a user