mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: pplacer: Fix build.
* gnu/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl with gsl-static. * gnu/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Same.
This commit is contained in:
parent
1da7f9089f
commit
77ea796d1b
2 changed files with 2 additions and 2 deletions
|
@ -13714,7 +13714,7 @@ (define-public pplacer
|
|||
#:findlib ,ocaml4.07-findlib))
|
||||
(inputs
|
||||
`(("zlib" ,zlib "static")
|
||||
("gsl" ,gsl)
|
||||
("gsl" ,gsl-static)
|
||||
("ocaml-ounit" ,(package-with-ocaml4.07 ocaml-ounit))
|
||||
("ocaml-batteries" ,(package-with-ocaml4.07 ocaml-batteries))
|
||||
("ocaml-camlzip" ,(package-with-ocaml4.07 camlzip))
|
||||
|
|
|
@ -4922,7 +4922,7 @@ (define-public ocaml4.07-gsl-1
|
|||
"0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh"))))
|
||||
(build-system ocaml-build-system)
|
||||
(inputs
|
||||
`(("gsl" ,gsl)))
|
||||
`(("gsl" ,gsl-static)))
|
||||
(native-inputs
|
||||
`(("ocamlbuild" ,ocamlbuild)))
|
||||
(arguments '())
|
||||
|
|
Loading…
Reference in a new issue