diff options
author | Arun Isaac | 2024-10-22 23:43:46 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-25 00:53:38 +0100 |
commit | eb7beb340a9731775e8ad177e47b70dba2f2a84f (patch) | |
tree | 6a61d052bf62b8bc2f576c065be426ed684bc4ae /gn/packages/static.scm | |
parent | ee0cb7322a2b1f02f16c4c9c723773520c094a6a (diff) | |
download | guix-bioinformatics-eb7beb340a9731775e8ad177e47b70dba2f2a84f.tar.gz |
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").
Diffstat (limited to 'gn/packages/static.scm')
-rw-r--r-- | gn/packages/static.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |