Comment about incomplete set of propagatedBuildInputs
svn path=/nixpkgs/trunk/; revision=26406
This commit is contained in:
parent
23f8f4d7b6
commit
92a26c823c
@ -91,6 +91,7 @@ in
|
|||||||
libXft = attrs: attrs // {
|
libXft = attrs: attrs // {
|
||||||
buildInputs = attrs.buildInputs ++
|
buildInputs = attrs.buildInputs ++
|
||||||
[ xorg.xproto xorg.libX11 xorg.renderproto ];
|
[ xorg.xproto xorg.libX11 xorg.renderproto ];
|
||||||
|
# probably, fontconfig and freetype could be added
|
||||||
propagatedBuildInputs = [ xorg.libXrender ];
|
propagatedBuildInputs = [ xorg.libXrender ];
|
||||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user