mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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:
parent
1d580f47a9
commit
cfc1d13346
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,7 @@ (define-public ocaml-4.09
|
|||
(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 @@ (define* (make . args)
|
|||
(define-public ocaml-4.07
|
||||
(package
|
||||
(inherit ocaml-4.07-boot)
|
||||
(name "ocaml")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments ocaml-4.09)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue