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:
John Ericson
2017-09-21 15:49:54 -04:00
parent 531e4b80c9
commit f8a18cd4cf
29 changed files with 312 additions and 293 deletions
+2 -2
View File
@@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
url = "http://www.freedesktop.org/software/colord/releases/${name}.tar.xz";
sha256 = "0flcsr148xshjbff030pgyk9ar25an901m9q1pjgjdvaq5j1h96m";
};
nativeBuildInputs = [ autoreconfHook intltool ];
enableParallelBuilding = true;
@@ -34,7 +33,8 @@ stdenv.mkDerivation rec {
sed -e "s|if test -w .*;|if false;|" -i src/Makefile.{am,in}
'';
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
buildInputs = [ glib polkit gusb libusb1 lcms2 sqlite systemd dbus gobjectIntrospection
bash-completion argyllcms libgudev sane-backends ];