me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2021-12-09 23:15:23 +02:00
parent 1da7f9089f
commit 77ea796d1b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 2 additions and 2 deletions

View File

@ -13714,7 +13714,7 @@ let before_space s =
#: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))

View File

@ -4922,7 +4922,7 @@ the OCaml language.")
"0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh"))))
(build-system ocaml-build-system)
(inputs
`(("gsl" ,gsl)))
`(("gsl" ,gsl-static)))
(native-inputs
`(("ocamlbuild" ,ocamlbuild)))
(arguments '())