summaryrefslogtreecommitdiff
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
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>
-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 1436f7b52c..a54c95a957 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -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))