gnu: ocaml-graph: Add upstream-name.

* gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name.
This commit is contained in:
Julien Lepiller 2018-12-19 23:54:57 +01:00
parent 755e6d4a0a
commit 8737666a99
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 1 additions and 0 deletions

View File

@ -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.")