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 // {
preConfigure = setMalloc0ReturnsNullCrossCompiling;
preConfigure = setMalloc0ReturnsNullCrossCompiling + ''
sed 's,^as_dummy.*,as_dummy="\$PATH",' -i configure
'';
postInstall =
''
# Remove useless DocBook XML files.