3
0
Fork 0
forked from mirrors/nixpkgs

X11 build purity

This commit is contained in:
Joel Taylor 2014-08-21 16:40:14 -07:00
parent 2e26f7bef1
commit 374648deaa

View file

@ -69,7 +69,9 @@ in
}; };
libX11 = attrs: attrs // { libX11 = attrs: attrs // {
preConfigure = setMalloc0ReturnsNullCrossCompiling; preConfigure = setMalloc0ReturnsNullCrossCompiling + ''
sed 's,^as_dummy.*,as_dummy="\$PATH",' -i configure
'';
postInstall = postInstall =
'' ''
# Remove useless DocBook XML files. # Remove useless DocBook XML files.