systemd: Drop bogus dependency on udev

This commit is contained in:
Eelco Dolstra 2012-08-10 16:09:28 -04:00
parent 1966010ec7
commit b4aa7cd475

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, udev, dbus, kmod { stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux, usbutils, pciutils , xz, pam, acl, cryptsetup, libuuid, m4, utillinux, usbutils, pciutils
, glib, kbd , glib, kbd
}: }:
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
patches = [ ./fail-after-reaching-respawn-limit.patch ]; patches = [ ./fail-after-reaching-respawn-limit.patch ];
buildInputs = buildInputs =
[ pkgconfig intltool gperf libcap udev dbus kmod xz pam acl [ pkgconfig intltool gperf libcap dbus kmod xz pam acl
cryptsetup libuuid m4 usbutils pciutils glib cryptsetup libuuid m4 usbutils pciutils glib
]; ];