From 85b5c0c7c24b017eaabb779d6d679179755dafe6 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Tue, 17 Jun 2025 17:50:49 +0000 Subject: [PATCH] =?UTF-8?q?system:=20Add=20zstd=20to=20=E2=80=98%base-pack?= =?UTF-8?q?ages/hurd=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to 3f33cb031475c1f21fad357249e49a0cfe4b78eb. * gnu/system/hurd.scm (%base-packages/hurd): Add ‘zstd’. Change-Id: I101ae815b31b1e4f0aae6222fcf2271e8e0043b1 Signed-off-by: Ludovic Courtès --- gnu/system/hurd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ ;; 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))