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:
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

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