mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +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 New Issue
Block a user