From eb7beb340a9731775e8ad177e47b70dba2f2a84f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 22 Oct 2024 23:43:46 +0100 Subject: Upgrade guix channel to 2394a7f. * .guix-channel: Upgrade guix channel to 2394a7f. * gn/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl-static with (gsl "static"). * gn/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Replace gsl-static with (gsl "static"). * gn/packages/static.scm (wfmash-static)[inputs]: Replace gsl-static with (gsl "static"). --- gn/packages/static.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/packages/static.scm') diff --git a/gn/packages/static.scm b/gn/packages/static.scm index 8b43cdb..67b4873 100644 --- a/gn/packages/static.scm +++ b/gn/packages/static.scm @@ -64,7 +64,7 @@ (string-append all " atomic pthread"))))))))) (inputs (list atomic-queue - gsl-static + (list gsl "static") htslib-minimal jemalloc (list zlib "static") -- cgit v1.2.3