pixman: remove legacy patches

This commit is contained in:
Vincent Laporte
2016-02-29 19:14:41 +01:00
parent 9af50a2e7d
commit b1801168e3
2 changed files with 1 additions and 12 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "184lazwdpv67zrlxxswpxrdap85wminh1gmq1i5lcz6iycw39fir";
};
patches = stdenv.lib.optional stdenv.isDarwin ./fix-clang36.patch;
patches = [];
nativeBuildInputs = [ pkgconfig ];
buildInputs = stdenv.lib.optional doCheck libpng;