xorg-server: fixup build after #29039
The expression uncarefully overrode whole nativeBuildInputs, so after the pkgconfig move it got removed and the build failed. 1.19.3 doesn't need these lines anyway...
This commit is contained in:
parent
0be2928ac9
commit
35b4c8be51
@ -398,11 +398,6 @@ in
|
||||
let
|
||||
attrs = with args;
|
||||
if (args.abiCompat == null) then attrs_passed
|
||||
# All this just for 1.19.2, as the tarball is incorrectly autotoolized.
|
||||
// {
|
||||
nativeBuildInputs = [ utilmacros fontutil ];
|
||||
preConfigure = "libtoolize --force; aclocal; autoheader; automake -afi";
|
||||
}
|
||||
else if (args.abiCompat == "1.17") then {
|
||||
name = "xorg-server-1.17.4";
|
||||
builder = ./builder.sh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user