* libXft: propagate libXrender.
svn path=/nixpkgs/branches/x-updates/; revision=25950
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user