forked from mirrors/nixpkgs
xorg.libXrender: propagate renderproto
Fixes #19909; there's a dependency between the headers.
This commit is contained in:
parent
41d894b87f
commit
4fee7fc82e
|
@ -217,6 +217,7 @@ in
|
||||||
|
|
||||||
libXrender = attrs: attrs // {
|
libXrender = attrs: attrs // {
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "doc" ];
|
||||||
|
propagatedBuildInputs = [ xorg.renderproto ];
|
||||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue