From 57ba3dac9c697df3ff84d9e86d91b66566bc01d8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 29 Jul 2022 02:08:00 +0300 Subject: gnu: pplacer: Fix building. * gn/packages/ocaml.scm (ocaml4.07-lwt-5.5.0): New variable. (build-with-ocaml4.07): New procedure. * gn/packages/bioinformatics.scm (pplacer): Wrap with build-with-ocaml4.07. --- gn/packages/bioinformatics.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gn/packages/bioinformatics.scm') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 8a6de69..2055785 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -21,6 +21,7 @@ #:use-module (gnu packages) #:use-module (gn packages crates-io) #:use-module (gn packages java) + #:use-module (gn packages ocaml) #:use-module (gn packages python) #:use-module (gn packages twint) #:use-module (gnu packages algebra) @@ -2661,6 +2662,7 @@ protein alignments and syntenic genomic alignments.") (define-public pplacer (let ((commit "807f6f3")) + (build-with-ocaml4.07 (package (name "pplacer") ;; The commit should be updated with each version change. @@ -2774,7 +2776,7 @@ reference alignment. Pplacer is designed to be fast, to give useful information about uncertainty, and to offer advanced visualization and downstream analysis.") (home-page "https://matsen.fhcrc.org/pplacer/") - (license license:gpl3)))) + (license license:gpl3))))) (define-public python2-biopython (python2-package python-biopython)) -- cgit v1.2.3