mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
More needed propagations noted for future big update
svn path=/nixpkgs/trunk/; revision=26409
This commit is contained in:
parent
0585ca6b8b
commit
ee75c32a3b
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue