Revert "systemd: Drop dependency on sysvtools"
This reverts commit 51fe214218
. It was
intended for the staging branch.
This commit is contained in:
parent
56f66dad97
commit
888c7b40fe
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
|
{ stdenv, fetchurl, pkgconfig, intltool, gperf, libcap, dbus, kmod
|
||||||
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
|
, xz, pam, acl, cryptsetup, libuuid, m4, utillinux
|
||||||
, glib, kbd, libxslt, coreutils, libgcrypt
|
, glib, kbd, libxslt, coreutils, libgcrypt, sysvtools
|
||||||
, kexectools, libmicrohttpd, linuxHeaders
|
, kexectools, libmicrohttpd, linuxHeaders
|
||||||
, pythonPackages ? null, pythonSupport ? false
|
, pythonPackages ? null, pythonSupport ? false
|
||||||
}:
|
}:
|
||||||
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /sbin/swapoff ${utillinux}/sbin/swapoff \
|
--replace /sbin/swapoff ${utillinux}/sbin/swapoff \
|
||||||
--replace /bin/echo ${coreutils}/bin/echo \
|
--replace /bin/echo ${coreutils}/bin/echo \
|
||||||
--replace /bin/cat ${coreutils}/bin/cat \
|
--replace /bin/cat ${coreutils}/bin/cat \
|
||||||
--replace /sbin/sulogin ${utillinux}/sbin/sulogin \
|
--replace /sbin/sulogin ${sysvtools}/sbin/sulogin \
|
||||||
--replace /sbin/kexec ${kexectools}/sbin/kexec
|
--replace /sbin/kexec ${kexectools}/sbin/kexec
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user