unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
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 5/7] gnu: libsbml: Use regular check version
Date: Mon, 27 Jun 2022 02:02:15 -0300	[thread overview]
Message-ID: <20220627050217.132640-5-bauermann@kolabnow.com> (raw)
In-Reply-To: <20220627050217.132640-1-bauermann@kolabnow.com>

libsbml builds fine with the regular version of check, so use it.

* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Use regular version
of check.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 75973b0dd8fe..bc2d653ba6f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14459,7 +14459,7 @@ (define-public libsbml
     (propagated-inputs
      (list libxml2))
     (native-inputs
-     (list check-0.14 swig))
+     (list check swig))
     (home-page "http://sbml.org/Software/libSBML")
     (synopsis "Process SBML files and data streams")
     (description "LibSBML is a library to help you read, write, manipulate,




  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   ` Thiago Jung Bauermann via Guix-patches via [this message]
2022-06-27  5:02   ` [bug#56248] [PATCH 6/7] gnu: iodine: " Thiago Jung Bauermann via Guix-patches via
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

  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=20220627050217.132640-5-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 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).