From: Thiago Jung Bauermann via Guix-patches via <guix-patches@gnu.org>
To: 56248@debbugs.gnu.org
Cc: Thiago Jung Bauermann <bauermann@kolabnow.com>
Subject: [bug#56248] [PATCH 6/7] gnu: iodine: Use regular check version
Date: Mon, 27 Jun 2022 02:02:16 -0300 [thread overview]
Message-ID: <20220627050217.132640-6-bauermann@kolabnow.com> (raw)
In-Reply-To: <20220627050217.132640-1-bauermann@kolabnow.com>
iodine builds fine with the regular version of check, so use it.
* gnu/packages/networking.scm (iodine)[native-inputs]: Use regular version of
check.
---
gnu/packages/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b4c50bc783ed..ef8c09a777e3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1548,7 +1548,7 @@ (define-public iodine
(string-append "prefix=" (assoc-ref %outputs "out")))
#:test-target "test"))
(inputs (list net-tools zlib))
- (native-inputs (list check-0.14 pkg-config))
+ (native-inputs (list check pkg-config))
(home-page "https://code.kryo.se/iodine/")
(synopsis "Tunnel IPv4 data through a DNS server")
(description "Iodine tunnels IPv4 data through a DNS server. This
next prev parent reply other threads:[~2022-06-27 5:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-27 4:43 [bug#56248] [PATCH 0/7] Remove use of older check-0.14 from most packages Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` [bug#56248] [PATCH 1/7] gnu: recutils: Use regular check version Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` [bug#56248] [PATCH 2/7] gnu: libsigrokdecode: " Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` [bug#56248] [PATCH 3/7] gnu: burp: " Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` [bug#56248] [PATCH 4/7] gnu: edi: " Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` [bug#56248] [PATCH 5/7] gnu: libsbml: " Thiago Jung Bauermann via Guix-patches via
2022-06-27 5:02 ` Thiago Jung Bauermann via Guix-patches via [this message]
2022-06-27 5:02 ` [bug#56248] [PATCH 7/7] gnu: gdm: " Thiago Jung Bauermann via Guix-patches via
2022-06-27 6:04 ` [bug#56248] [PATCH 1/7] gnu: recutils: " Liliana Marie Prikler
2022-07-02 4:09 ` Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 0/7] Remove use of older check-0.14 from most packages Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 1/7] gnu: recutils: Use regular check Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 2/7] gnu: libsigrokdecode: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 3/7] gnu: burp: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 4/7] gnu: edi: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 5/7] gnu: libsbml: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 6/7] gnu: iodine: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 4:07 ` [bug#56248] [PATCH v2 7/7] gnu: gdm: " Thiago Jung Bauermann via Guix-patches via
2022-07-02 10:00 ` bug#56248: [PATCH v2 0/7] Remove use of older check-0.14 from most packages Liliana Marie Prikler
2022-07-03 0:23 ` [bug#56248] " Thiago Jung Bauermann via Guix-patches via
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=20220627050217.132640-6-bauermann@kolabnow.com \
--to=guix-patches@gnu.org \
--cc=56248@debbugs.gnu.org \
--cc=bauermann@kolabnow.com \
/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.