forked from mirrors/nixpkgs
X11 build purity
This commit is contained in:
parent
2e26f7bef1
commit
374648deaa
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue