gnu: ocaml-frontc: Add upstream-name.
authorJulien Lepiller <julien@lepiller.eu>
Fri, 26 Apr 2019 21:17:21 +0000 (23:17 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Fri, 26 Apr 2019 21:35:17 +0000 (23:35 +0200)
* gnu/packages/ocaml.scm (ocaml-frontc)[properties]: New field.

gnu/packages/ocaml.scm

index a16ccc5..a8c3cd4 100644 (file)
@@ -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.