misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
This commit is contained in:
@@ -13,9 +13,8 @@ with pkgs; rec {
|
||||
pythonSupport = false;
|
||||
}).overrideDerivation
|
||||
(old: {
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ autoreconfHook pkgconfig ];
|
||||
buildInputs = old.buildInputs ++ [ zlib nodejs ];
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [ zlib pkgconfig ];
|
||||
# just override it with nothing so it does not fail
|
||||
autoreconfPhase = "echo autoreconfPhase not used...";
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user