mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
system: Add zstd to ‘%base-packages’.
This is particularly useful now that log files are going to be zstd-compressed by default, among other uses of zstd. * gnu/system.scm (%base-packages-utils): Add ‘zstd’. Change-Id: I766791fea3bc3fca2519a7cd6ac472550be386dd
This commit is contained in:
parent
c76a4ffad4
commit
3f33cb0314
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013-2022, 2024 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013-2022, 2024-2025 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
|
||||
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
|
||||
|
@ -944,7 +944,8 @@ (define %base-packages-utils
|
|||
;; The packages below are also in %FINAL-INPUTS, so take them from
|
||||
;; there to avoid duplication.
|
||||
(list bash coreutils findutils grep sed
|
||||
diffutils patch gawk tar gzip bzip2 xz lzip)))
|
||||
diffutils patch gawk tar
|
||||
gzip bzip2 lzip xz zstd)))
|
||||
|
||||
(define %base-packages-linux
|
||||
;; Default set of linux specific packages.
|
||||
|
|
Loading…
Reference in a new issue