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:
@@ -11,9 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ nspr ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ] ++ lib.optional stdenv.isArm autoconf213;
|
||||
buildInputs = [ perl python2 zip ];
|
||||
nativeBuildInputs = if stdenv.isArm then [ autoconf213 ] else [];
|
||||
|
||||
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user