mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libsbml: Use regular check.
* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
71ccba00e7
commit
4d77072c56
1 changed files with 1 additions and 1 deletions
|
@ -14506,7 +14506,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,
|
||||
|
|
Loading…
Reference in a new issue