Archived
1
0
Fork 0

gnu: ocaml-boot: Change package name to "ocaml-boot".

* gnu/packages/ocaml.scm (ocaml-4.07-boot, ocaml-4.07)[name]: New
field.
This commit is contained in:
Ludovic Courtès 2021-08-05 15:20:51 +02:00
parent 1d580f47a9
commit cfc1d13346
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -265,6 +265,7 @@ functional, imperative and object-oriented styles of programming.")
(define ocaml-4.07-boot (define ocaml-4.07-boot
(package (package
(inherit ocaml-4.09) (inherit ocaml-4.09)
(name "ocaml-boot")
(version "4.07.1") (version "4.07.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -402,6 +403,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)"))
(define-public ocaml-4.07 (define-public ocaml-4.07
(package (package
(inherit ocaml-4.07-boot) (inherit ocaml-4.07-boot)
(name "ocaml")
(arguments (arguments
(substitute-keyword-arguments (package-arguments ocaml-4.09) (substitute-keyword-arguments (package-arguments ocaml-4.09)
((#:phases phases) ((#:phases phases)