Comment about incomplete set of propagatedBuildInputs

svn path=/nixpkgs/trunk/; revision=26406
This commit is contained in:
Michael Raskin 2011-03-17 22:00:22 +00:00
parent 23f8f4d7b6
commit 92a26c823c

View file

@ -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;
};