guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ocaml-graph: Add upstream-name.


From: guix-commits
Subject: 04/05: gnu: ocaml-graph: Add upstream-name.
Date: Mon, 7 Jan 2019 16:06:32 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8737666a99f15a65776f866f4cc9d097e947bc0e
Author: Julien Lepiller <address@hidden>
Date:   Wed Dec 19 23:54:57 2018 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b71adf1..822075d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4138,6 +4138,7 @@ and 4 (random based) according to RFC 4122.")
              (setenv "CONFIG_SHELL" (string-append (assoc-ref inputs "bash")
                                                    "/bin/sh")))))))
     (inputs `(("lablgtk" ,lablgtk)))
+    (properties `((upstream-name . "ocamlgraph")))
     (home-page "http://ocamlgraph.lri.fr/";)
     (synopsis "Graph library for OCaml")
     (description "OCamlgraph is a generic graph library for OCaml.")



reply via email to

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