diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-16 15:54:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-16 15:54:47 +0200 |
commit | b63dbd44f0c26533abf0f2a9792d06f732884469 (patch) | |
tree | 009ebed6c4f519d064b82088d0e197241d7d6a34 | |
parent | 03e9998f414715b3191620a41d5b572fa4044c94 (diff) | |
download | patches-b63dbd44f0c26533abf0f2a9792d06f732884469.tar patches-b63dbd44f0c26533abf0f2a9792d06f732884469.tar.gz |
system: Add e2fsprogs to the base packages.
* gnu/system.scm (%base-packages): Add E2FSPROGS.
-rw-r--r-- | gnu/system.scm | 2 |
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. |