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:
@@ -32,9 +32,8 @@ let
|
||||
build = {flags, target}: stdenv.mkDerivation rec {
|
||||
name = "pixie-${version}";
|
||||
version = "0-r${commit-count}-${variant}";
|
||||
nativeBuildInputs = libs;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||
buildInputs = libs;
|
||||
PYTHON = if buildWithPypy
|
||||
then "${pypy}/pypy-c/.pypy-c-wrapped"
|
||||
else "${python2.interpreter}";
|
||||
|
||||
Reference in New Issue
Block a user