mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
system: Add e2fsprogs to the base packages.
* gnu/system.scm (%base-packages): Add E2FSPROGS.
This commit is contained in:
parent
03e9998f41
commit
b63dbd44f0
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ (define %base-packages
|
|||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue