summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-06-17 17:50:49 +0000
committerLudovic Courtès <ludo@gnu.org>2025-06-20 17:59:02 +0200
commit85b5c0c7c24b017eaabb779d6d679179755dafe6 (patch)
treefb552367a3b9042b3d16a4a357c025f8fd9e5993 /gnu/system
parent2dd09c786c2530cc97e1fc739115b8bdcdabee0b (diff)
system: Add zstd to ‘%base-packages/hurd’.
Followup to 3f33cb031475c1f21fad357249e49a0cfe4b78eb. * gnu/system/hurd.scm (%base-packages/hurd): Add ‘zstd’. Change-Id: I101ae815b31b1e4f0aae6222fcf2271e8e0043b1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/hurd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 1436f7b52c6..a54c95a9576 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -74,7 +74,7 @@
74 ;; shepherd the herd, but also because we want its 'halt' and 'reboot' 74 ;; shepherd the herd, but also because we want its 'halt' and 'reboot'
75 ;; commands to take precedence. 75 ;; commands to take precedence.
76 (list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed 76 (list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed
77 diffutils patch gawk tar gzip bzip2 xz lzip 77 diffutils patch gawk tar gzip bzip2 xz lzip zstd
78 guile-3.0-latest guile-colorized guile-readline 78 guile-3.0-latest guile-colorized guile-readline
79 net-base nss-certs inetutils less procps shadow sudo which 79 net-base nss-certs inetutils less procps shadow sudo which
80 info-reader)) 80 info-reader))