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

system: Add e2fsprogs to the base packages.

* gnu/system.scm (%base-packages): Add E2FSPROGS.
This commit is contained in:
Ludovic Courtès
2014-07-16 15:54:15 +02:00
parent 03e9998f41
commit b63dbd44f0

View File

@@ -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.