[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33811] [PATCH 4/5] gnu: ocaml-graph: Add upstream-name.
From: |
Julien Lepiller |
Subject: |
[bug#33811] [PATCH 4/5] gnu: ocaml-graph: Add upstream-name. |
Date: |
Thu, 20 Dec 2018 12:01:02 +0100 |
* 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 503e42297..a0d2eac95 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4134,6 +4134,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.")
--
2.19.2