aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/static.scm
AgeCommit message (Expand)Author
2024-10-25Upgrade 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"). Arun Isaac
2022-04-08gn: Add smithwaterman-static....* gn/packages/static.scm (smithwaterman-static): New variable. Arun Isaac
2022-04-01gn: wfmash-static: Set name to wfmash-static....* gn/packages/static.scm (wfmash-static)[name]: Set to wfmash-static. Arun Isaac
2022-04-01gn: Add wfmash-static....* gn/packages/static.scm: Import (gnu packages bioinformatics), (gnu packages compression), (gnu packages cpp), (gnu packages jemalloc), (gnu packages maths), (guix gexp) and (guix utils). (htslib-minimal, wfmash-static): New variables. Arun Isaac
2022-04-01gn: hello-static: Move to gn/packages/static.scm....* gn/packages/riscv.scm: Do not import (gnu packages base), (guix packages) and (guix build-system gnu). (hello-static): Move to gn/packages/static.scm. * gn/packages/static.scm: New file. Arun Isaac