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/ocaml.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/ocaml.scm')
-rw-r--r-- | gn/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/ocaml.scm b/gn/packages/ocaml.scm index cb97868..1f284e9 100644 --- a/gn/packages/ocaml.scm +++ b/gn/packages/ocaml.scm @@ -40,7 +40,7 @@ "0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh")))) (build-system ocaml-build-system) (inputs - (list (list gsl "static"))) + (list gsl-static)) (native-inputs (list ocamlbuild)) (arguments '()) |