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:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user