diff options
author | Frederick Muriuki Muriithi | 2024-11-14 09:08:22 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-25 09:29:13 -0600 |
commit | c8ce9745d4d55b7c2384278d64e6b64a770e0aa7 (patch) | |
tree | 74394d398bd6818f4d90e094f38e0a52ad78edb4 /gn/packages/bioinformatics.scm | |
parent | c9efe454ea2ac5e4d61b56a9fbe5df9e6e6f12e8 (diff) | |
download | guix-bioinformatics-c8ce9745d4d55b7c2384278d64e6b64a770e0aa7.tar.gz |
Restore input packages naming
Restore the naming for the inputs packages to before commit
eb7beb340a9731775e8ad177e47b70dba2f2a84f.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 397b38f..13bb00e 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -3637,7 +3637,7 @@ let before_space s = #:findlib ocaml4.07-findlib)) (inputs (list (list zlib "static") - (list gsl "static") + gsl-static (package-with-ocaml4.07 ocaml-ounit) (package-with-ocaml4.07 ocaml-batteries) (package-with-ocaml4.07 camlzip) |