diff options
author | Frederick Muriuki Muriithi | 2024-11-14 09:08:22 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-14 09:10:07 -0600 |
commit | d0de338d397c0890a1cfd13b2a2ac9f3b60afb39 (patch) | |
tree | a44c813259745914f48c8f72b1bc69360b54ac55 /gn/packages/ocaml.scm | |
parent | 3484644d4bc83a8fd2c75ae9da7ec3880773cc6f (diff) | |
download | guix-bioinformatics-d0de338d397c0890a1cfd13b2a2ac9f3b60afb39.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 '()) |