From cfc1d13346649afedb94c885470e43139a9dbcdd Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 5 Aug 2021 15:20:51 +0200 Subject: gnu: ocaml-boot: Change package name to "ocaml-boot". * gnu/packages/ocaml.scm (ocaml-4.07-boot, ocaml-4.07)[name]: New field. --- gnu/packages/ocaml.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 92c1704c79..e9c1fd71e8 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -265,6 +265,7 @@ functional, imperative and object-oriented styles of programming.") (define ocaml-4.07-boot (package (inherit ocaml-4.09) + (name "ocaml-boot") (version "4.07.1") (source (origin (method url-fetch) @@ -402,6 +403,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)")) (define-public ocaml-4.07 (package (inherit ocaml-4.07-boot) + (name "ocaml") (arguments (substitute-keyword-arguments (package-arguments ocaml-4.09) ((#:phases phases) -- cgit v1.2.3