diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/compression.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 09ac57668d..e4d3293f9d 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -24,7 +24,7 @@ ;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]> ;;; Copyright © 2018, 2019 Pierre Neidhardt <[email protected]> ;;; Copyright © 2019 Nicolas Goaziou <[email protected]> -;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <[email protected]> +;;; Copyright © 2019, 2023 Janneke Nieuwenhuizen <[email protected]> ;;; Copyright © 2020 Björn Höfling <[email protected]> ;;; Copyright © 2020 Arun Isaac <[email protected]> ;;; Copyright © 2020, 2021 Lars-Dominik Braun <[email protected]> @@ -1660,7 +1660,8 @@ or junctions, and always follows hard links.") "HAVE_LZMA=0" ;; Not currently detected, but be explicit & avoid surprises later. "HAVE_LZ4=0" - "HAVE_ZLIB=0"))) + "HAVE_ZLIB=0") + #:tests? ,(not (target-hurd?)))) (home-page "https://facebook.github.io/zstd/") (synopsis "Zstandard real-time compression algorithm") (description "Zstandard (@command{zstd}) is a lossless compression algorithm |