mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
system: Add zstd to ‘%base-packages/hurd’.
Followup to 3f33cb0314.
* gnu/system/hurd.scm (%base-packages/hurd): Add ‘zstd’.
Change-Id: I101ae815b31b1e4f0aae6222fcf2271e8e0043b1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2dd09c786c
commit
85b5c0c7c2
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
;; shepherd the herd, but also because we want its 'halt' and 'reboot'
|
||||
;; commands to take precedence.
|
||||
(list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed
|
||||
diffutils patch gawk tar gzip bzip2 xz lzip
|
||||
diffutils patch gawk tar gzip bzip2 xz lzip zstd
|
||||
guile-3.0-latest guile-colorized guile-readline
|
||||
net-base nss-certs inetutils less procps shadow sudo which
|
||||
info-reader))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue