This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 8161a086ea gnu: ocaml4.07-gsl-1: Fix typo.
8161a086ea is described below
commit 8161a086ea5b7e932e0867a898ebc19a7510094f
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 19 20:06:17 2023 +0200
gnu: ocaml4.07-gsl-1: Fix typo.
* gnu/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Properly refer to
gsl:static.
Change-Id: I3c1520bcc6093e334c2d903337bd9f7702fd3f3d
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0510f0d9f..55e5f8d47f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6279,7 +6279,7 @@ the OCaml language.")
"0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh"))))
(build-system ocaml-build-system)
(inputs
- `(("gsl" ,(gsl "static"))))
+ `(("gsl" ,gsl "static")))
(native-inputs
`(("ocamlbuild" ,ocamlbuild)))
(arguments '())