guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: ocaml-boot: Change package name to "ocaml-boot".


From: guix-commits
Subject: 02/03: gnu: ocaml-boot: Change package name to "ocaml-boot".
Date: Thu, 5 Aug 2021 09:47:16 -0400 (EDT)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit cfc1d13346649afedb94c885470e43139a9dbcdd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Aug 5 15:20:51 2021 +0200

    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(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 92c1704..e9c1fd7 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]