mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
system: Add sudo to '%base-packages'.
* gnu/system.scm (%base-packages): Add SUDO.
This commit is contained in:
parent
c1125a04bb
commit
a8a086e392
1 changed files with 5 additions and 0 deletions
|
@ -336,6 +336,11 @@ (define %base-packages
|
||||||
net-tools ; XXX: remove when Inetutils suffices
|
net-tools ; XXX: remove when Inetutils suffices
|
||||||
man-db
|
man-db
|
||||||
|
|
||||||
|
;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also
|
||||||
|
;; want the other commands and the man pages (notably because
|
||||||
|
;; auto-completion in Emacs shell relies on man pages.)
|
||||||
|
sudo
|
||||||
|
|
||||||
;; Get 'insmod' & co. from kmod, not module-init-tools, since udev
|
;; Get 'insmod' & co. from kmod, not module-init-tools, since udev
|
||||||
;; already depends on it anyway.
|
;; already depends on it anyway.
|
||||||
kmod eudev
|
kmod eudev
|
||||||
|
|
Loading…
Reference in a new issue