diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-08-05 15:20:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-08-05 15:46:46 +0200 |
commit | cfc1d13346649afedb94c885470e43139a9dbcdd (patch) | |
tree | ec4462a1eb927ae196efef0fec9896e9b79e8b2b /gnu/packages | |
parent | 1d580f47a9f3b9a0ff9cbb490ff9db7388d74952 (diff) |
gnu: ocaml-boot: Change package name to "ocaml-boot".
* gnu/packages/ocaml.scm (ocaml-4.07-boot, ocaml-4.07)[name]: New
field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |