darwin purity: pixman

This commit is contained in:
Jude Taylor 2015-06-22 14:11:48 -07:00
parent d2167b3f5d
commit bf95812c99

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
postInstall = glib.flattenInclude;
patches = stdenv.lib.optional stdenv.cc.isClang ./fix-clang36.patch;
patches = stdenv.lib.optional stdenv.isDarwin ./fix-clang36.patch;
meta = {
homepage = http://pixman.org;