glu: fix the pkg-config file (fixes #14260)

This commit is contained in:
Vladimír Čunát 2016-03-28 11:32:34 +02:00
parent b4e2172ad4
commit a7d34e0c13

View file

@ -7,6 +7,9 @@ stdenv.mkDerivation rec {
url = "ftp://ftp.freedesktop.org/pub/mesa/glu/${name}.tar.bz2";
sha256 = "04nzlil3a6fifcmb95iix3yl8mbxdl66b99s62yzq8m7g79x0yhz";
};
postPatch = ''
echo 'Cflags: -I''${includedir}' >> glu.pc.in
'';
buildInputs = [ pkgconfig ];
propagatedBuildInputs = [ mesa_noglu ];