guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: ocaml-frontc: Add upstream-name.


From: guix-commits
Subject: 12/14: gnu: ocaml-frontc: Add upstream-name.
Date: Fri, 26 Apr 2019 17:35:58 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ee33e415e74fa8eb457f53148abecb007de731f0
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 23:17:21 2019 +0200

    gnu: ocaml-frontc: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a16ccc5..a8c3cd4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1174,6 +1174,7 @@ archive(native) = \"frontc.cmxa\""))))
        #:make-flags (list (string-append "PREFIX="
                                          (assoc-ref %outputs "out"))
                           "OCAML_SITE=$(LIB_DIR)/ocaml/")))
+    (properties `((upstream-name . "FrontC")))
     (home-page "https://www.irit.fr/FrontC";)
     (synopsis "C parser and lexer library")
     (description "FrontC is an OCAML library providing a C parser and lexer.



reply via email to

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