1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

system: Add sudo to '%base-packages'.

* gnu/system.scm (%base-packages): Add SUDO.
This commit is contained in:
Ludovic Courtès
2014-12-13 15:39:46 +01:00
parent c1125a04bb
commit a8a086e392

View File

@@ -336,6 +336,11 @@ explicitly appear in OS."
net-tools ; XXX: remove when Inetutils suffices
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
;; already depends on it anyway.
kmod eudev