all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 56995@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#56995] [PATCH 1/2] gnu: ugrep: Add zstd lib to inputs.
Date: Sat,  6 Aug 2022 01:37:50 -0400	[thread overview]
Message-ID: <20220806053750.184243-1-kiasoc5@disroot.org> (raw)
In-Reply-To: <20220805043256.286451-1-kiasoc5@disroot.org>

* gnu/packages/search.scm (ugrep)[inputs]: Add zstd lib.
---
 gnu/packages/search.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index db5579a708..175a31cd5d 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -696,7 +696,8 @@ (define-public ugrep
            lz4
            lzip ;; lzma
            pcre2
-           zlib))
+           zlib
+           `(,zstd "lib"))
     (arguments
      `(#:tests? #f                  ; no way to rebuild the binary input files
        #:test-target "test"
-- 
2.37.1





  reply	other threads:[~2022-08-06  5:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05  4:32 [bug#56995] [PATCH] gnu: ugrep: Use gexps and add zstd to inputs kiasoc5 via Guix-patches via
2022-08-06  5:37 ` kiasoc5 via Guix-patches via [this message]
2022-08-06  5:37   ` [bug#56995] [PATCH 2/2] gnu: ugrep: Use gexps kiasoc5 via Guix-patches via
2022-08-06 14:41     ` bug#56995: " Liliana Marie Prikler

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

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

  git send-email \
    --in-reply-to=20220806053750.184243-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=56995@debbugs.gnu.org \
    --cc=kiasoc5@disroot.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.