pixman: patch for clang36

This commit is contained in:
Eric Seidel
2015-03-24 20:54:05 -07:00
parent 69d02b71a0
commit 0bfce5bb4a
2 changed files with 13 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
postInstall = glib.flattenInclude;
patches = stdenv.lib.optional (stdenv.cc.cc.isClang or false) ./fix-clang36.patch;
meta = {
homepage = http://pixman.org;
description = "A low-level library for pixel manipulation";