simple-scan: drop obsolete systemd dependency
This commit is contained in:
parent
120f8eef67
commit
34e1b71c62
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, cairo, colord, glib, gtk3, gusb, intltool, itstool, libusb
|
{ stdenv, fetchurl, cairo, colord, glib, gtk3, gusb, intltool, itstool
|
||||||
, libxml2, pkgconfig, saneBackends, systemd, vala, wrapGAppsHook }:
|
, libusb, libxml2, pkgconfig, saneBackends, vala, wrapGAppsHook }:
|
||||||
|
|
||||||
let version = "3.19.2"; in
|
let version = "3.19.2"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cairo colord glib gusb gtk3 libusb libxml2 saneBackends
|
buildInputs = [ cairo colord glib gusb gtk3 libusb libxml2 saneBackends
|
||||||
systemd vala ];
|
vala ];
|
||||||
nativeBuildInputs = [ intltool itstool pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ intltool itstool pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-packagekit" ];
|
configureFlags = [ "--disable-packagekit" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user