summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-16 15:54:15 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-16 15:54:47 +0200
commitb63dbd44f0c26533abf0f2a9792d06f732884469 (patch)
tree009ebed6c4f519d064b82088d0e197241d7d6a34
parent03e9998f414715b3191620a41d5b572fa4044c94 (diff)
system: Add e2fsprogs to the base packages.
* gnu/system.scm (%base-packages): Add E2FSPROGS.
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 9396add477..20942ec7f0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -227,7 +227,7 @@ explicitly appear in OS."
;; already depends on it anyway.
kmod udev
- kbd
+ e2fsprogs kbd
;; The packages below are also in %FINAL-INPUTS, so take them from
;; there to avoid duplication.