aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-11-28 14:10:14 -0500
committerLudovic Courtès <ludo@gnu.org>2022-12-06 10:23:09 +0100
commit43e18fd6c66b311e7f8266e80d8d8e49fe4a11f0 (patch)
tree3ab3e47d811588afba6509f3bb62eed9dce9a659 /gnu
parente692cb6035d29bd44b950d20c03200c4677ff1a2 (diff)
downloadguix-43e18fd6c66b311e7f8266e80d8d8e49fe4a11f0.tar.gz
guix-43e18fd6c66b311e7f8266e80d8d8e49fe4a11f0.zip
system: Add e2fsprogs to %base-packages-utils.
Rationale: Even when not using an ext file system, the utilities provided by e2fsprogs are useful, for example to set the copy-on-write attribute of a Btrfs file system. * gnu/system.scm (%base-packages-utils): Add e2fsprogs.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 3478afcec4..3891d5a467 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -858,6 +858,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
(cons* procps psmisc which
(@ (gnu packages admin) shadow-with-man-pages) ;for 'passwd'
+ e2fsprogs ;for lsattr, chattr, etc.
+
guile-3.0-latest
;; The packages below are also in %FINAL-INPUTS, so take them from
es upon "make dist"....Ludovic Courtès 2016-12-19nls: Update 'da' package translation.Ludovic Courtès 2016-12-05nls: Adjust to geeqie.scm removal....Ludovic Courtès 2016-12-04nls: Adjust to feh.scm renaming....Ludovic Courtès 2016-12-04nls: Update 'da' package translation.Marius Bakke 2016-08-04nls: Adjust to zsh.scm renaming....Ludovic Courtès 2016-05-26nls: Adjust to texlive.scm renaming....Ludovic Courtès 2016-03-28nls: Update 'da' translation.Ludovic Courtès 2016-03-03po: Drop removed file 'weechat.scm'....Justus Winter 2015-12-06nls: Add Polish translation.Ludovic Courtès 2015-11-01nls: Add Danish translation for packages.Ludovic Courtès 2015-07-19nls: Add package files for translation....Ludovic Courtès 2015-05-10nls: Add package files for translation....Ludovic Courtès 2015-02-05nls: Update 'eo' translation.Ludovic Courtès 2015-01-27nls: Add a few more package modules for translation....Ludovic Courtès 2015-01-09nls: Update 'eo' translation.Ludovic Courtès 2014-12-26nls: Add French translation for packages.Ludovic Courtès 2014-12-03nls: Add Hungarian translation....Ludovic Courtès 2014-11-10nls: Add a few more package modules for translation....Ludovic Courtès 2014-09-13nls: Update 'sr' translation.Ludovic Courtès 2014-09-11nls: Adjust reference to stale file....Ludovic Courtès 2014-08-12Revert "nls: Use xgettext and msgmerge with --no-wrap."...Ludovic Courtès 2014-07-25build: Update PO files as per 'make dist'.Ludovic Courtès 2014-07-15nls: Update 'eo' and 'vi' translations.Ludovic Courtès 2014-07-13nls: Add German translation.Ludovic Courtès 2014-07-13nls: Update eo, pt_BR, sr, and vi package translations.Ludovic Courtès 2014-06-21nls: Update 'sr' translation.Ludovic Courtès 2014-06-17nls: Use xgettext and msgmerge with --no-wrap....Ludovic Courtès 2014-06-17nls: Remove obsolete messages from PO files....Ludovic Courtès 2014-06-14i18n: Move package descriptions from 'guix' to 'guix-packages'....Ludovic Courtès 2014-06-13Separate package description translations from string translations....Ludovic Courtès