forked from mirrors/nixpkgs
* libXft: propagate libXrender.
svn path=/nixpkgs/branches/x-updates/; revision=25950
This commit is contained in:
parent
8c58edf34d
commit
1566609a1a
|
@ -89,8 +89,9 @@ in
|
|||
};
|
||||
|
||||
libXft = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.xproto xorg.libX11
|
||||
xorg.renderproto ];
|
||||
buildInputs = attrs.buildInputs ++
|
||||
[ xorg.xproto xorg.libX11 xorg.renderproto ];
|
||||
propagatedBuildInputs = [ xorg.libXrender ];
|
||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue