forked from mirrors/nixpkgs
libxslt: drop patch already included in release
I didn't test building on MinGW, but this commit can't make it worse.
This commit is contained in:
parent
dafd585f9d
commit
06d8dd3ed4
1 changed files with 1 additions and 7 deletions
|
@ -8,13 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1klh81xbm9ppzgqk339097i39b7fnpmlj8lzn8bpczl3aww6x5xm";
|
sha256 = "1klh81xbm9ppzgqk339097i39b7fnpmlj8lzn8bpczl3aww6x5xm";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional stdenv.isSunOS ./patch-ah.patch
|
patches = stdenv.lib.optional stdenv.isSunOS ./patch-ah.patch;
|
||||||
++ stdenv.lib.optional (stdenv.cross.libc or null == "msvcrt")
|
|
||||||
(fetchpatch {
|
|
||||||
name = "mingw.patch";
|
|
||||||
url = "http://git.gnome.org/browse/libxslt/patch/?id=ab5810bf27cd63";
|
|
||||||
sha256 = "0kkqq3fv2k3q86al38vp6zwxazpvp5kslcjnmrq4ax5cm2zvsjk3";
|
|
||||||
});
|
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "doc" ];
|
outputs = [ "bin" "dev" "out" "doc" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue