unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 48846@debbugs.gnu.org
Subject: [bug#48846] [PATCH core-updates 2/2] gnu: kmod: Add zstd support.
Date: Sat,  5 Jun 2021 13:02:24 +0200	[thread overview]
Message-ID: <20210605110224.8476-2-brice@waegenei.re> (raw)
In-Reply-To: <20210605110017.7996-1-brice@waegenei.re>

* gnu/packages/linux.scm (kmod)[inputs]: Add zstd:lib.
[arguments]: Enable zstd support.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ec223680fb..fe16325913 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3379,9 +3379,10 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.")
        ("zstd" ,zstd)))
     (inputs
      `(("xz" ,xz)
-       ("zlib" ,zlib)))
+       ("zlib" ,zlib)
+       ("zstd-lib" ,zstd "lib")))
     (arguments
-     `(#:configure-flags '("--with-xz" "--with-zlib"
+     `(#:configure-flags '("--with-xz" "--with-zlib" "--with-zstd"
                            "--disable-test-modules")
        #:phases
        (modify-phases %standard-phases
-- 
2.31.1





  parent reply	other threads:[~2021-06-05 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 11:00 [bug#48846] [PATCH core-updates 0/2] Update kmod to 29 and add zstd support Brice Waegeneire
2021-06-05 11:02 ` [bug#48846] [PATCH core-updates 1/2] gnu: kmod: Update to 29 Brice Waegeneire
2021-06-05 11:02 ` Brice Waegeneire [this message]
2021-07-08 17:26 ` bug#48846: [PATCH core-updates 0/2] Update kmod to 29 and add zstd support Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210605110224.8476-2-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=48846@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).