guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: ocaml-menhir: Make it its own variant.


From: guix-commits
Subject: 02/08: gnu: ocaml-menhir: Make it its own variant.
Date: Fri, 19 Nov 2021 22:05:21 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 58d65f9da834dd07bf224a448cd6917bc2c24da8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 03:08:21 2021 +0100

    gnu: ocaml-menhir: Make it its own variant.
    
    * gnu/packages/ocaml.scm (ocaml-menhir)[properties]: Use the same menhir
    even with ocaml-4.07.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c6ea943..29499dd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1075,6 +1075,7 @@ Emacs.")
      `(("ocaml" ,ocaml)))
     (arguments
      `(#:tests? #f)) ; No check target
+    (properties `((ocaml4.07-variant . ,(delay (strip-ocaml4.07-variant 
ocaml-menhir)))))
     (home-page "http://gallium.inria.fr/~fpottier/menhir/";)
     (synopsis "Parser generator")
     (description "Menhir is a parser generator.  It turns high-level grammar



reply via email to

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