forked from mirrors/nixpkgs
servers/x11/xorg/overrides.nix:
Added xproto to propagatedBuildInputs of libXext, because for ex. shape.h includes Xfuncproto.h. svn path=/nixpkgs/trunk/; revision=29505
This commit is contained in:
parent
12d42a5850
commit
0ed57e3f64
|
@ -103,6 +103,7 @@ in
|
|||
|
||||
libXext = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [xorg.libXau];
|
||||
propagatedBuildInputs = [ xorg.xproto ];
|
||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue