guix_mirror_bot pushed a commit to branch ocaml-team
in repository guix.
commit b869dddf51bdae632d263ec71e5b366c6ead08a5
Author: Jason Conroy <[email protected]>
AuthorDate: Sun Nov 30 09:57:14 2025 -0500
guix: ocaml-build-system: Remove obsolete `lower` function.
* guix/build-system/ocaml.scm:
(lower): Remove variable.
Change-Id: Idb49514bd89c1b837d751228d1385f912ad660c1
Signed-off-by: Julien Lepiller <[email protected]>
---
guix/build-system/ocaml.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/guix/build-system/ocaml.scm b/guix/build-system/ocaml.scm
index 1f741d1010..9361be4c6b 100644
--- a/guix/build-system/ocaml.scm
+++ b/guix/build-system/ocaml.scm
@@ -39,7 +39,6 @@
default-findlib
default-ocaml
default-dune
- lower
default-ocaml5-findlib
default-ocaml5
default-ocaml5-dune
@@ -352,8 +351,6 @@ provides a 'setup.ml' file as its build system."
#:graft? #f
#:guile-for-build guile))
-(define lower (make-lower default-ocaml default-findlib))
-
(define (make-ocaml-build-system default-ocaml default-findlib)
(build-system
(name 'ocaml)