summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-12-13 15:39:46 +0100
committerLudovic Courtès <ludo@gnu.org>2014-12-13 16:22:34 +0100
commita8a086e3928371863b23451f52210d74f4c78ab8 (patch)
tree4c28b8a30cf10167dfa70510a7da89a02e0efe06 /gnu
parentc1125a04bbd2c63ab25437c229cd3b6646c0bddb (diff)
downloadguix-patches-a8a086e3928371863b23451f52210d74f4c78ab8.tar
guix-patches-a8a086e3928371863b23451f52210d74f4c78ab8.tar.gz
system: Add sudo to '%base-packages'.
* gnu/system.scm (%base-packages): Add SUDO.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index b14991e5db..fc8b57fe06 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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