xorg.libXrender: propagate renderproto

Fixes #19909; there's a dependency between the headers.
This commit is contained in:
Vladimír Čunát 2016-10-27 22:14:10 +02:00
parent 41d894b87f
commit 4fee7fc82e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -217,6 +217,7 @@ in
libXrender = attrs: attrs // {
outputs = [ "out" "dev" "doc" ];
propagatedBuildInputs = [ xorg.renderproto ];
preConfigure = setMalloc0ReturnsNullCrossCompiling;
};