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