More needed propagations noted for future big update

svn path=/nixpkgs/trunk/; revision=26409
This commit is contained in:
Michael Raskin 2011-03-18 05:32:14 +00:00
parent 0585ca6b8b
commit ee75c32a3b

View file

@ -92,6 +92,7 @@ in
buildInputs = attrs.buildInputs ++
[ xorg.xproto xorg.libX11 xorg.renderproto ];
# probably, fontconfig and freetype could be added
# pkgconfig seems to be nice, too...
propagatedBuildInputs = [ xorg.libXrender ];
preConfigure = setMalloc0ReturnsNullCrossCompiling;
};