diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-12-19 23:54:57 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-01-07 22:05:47 +0100 |
commit | 8737666a99f15a65776f866f4cc9d097e947bc0e (patch) | |
tree | c5faddcb6a5abb768923be658c0de049b82082cf /gnu/packages/ocaml.scm | |
parent | 755e6d4a0ab32e8f854262a6c563c3662b336983 (diff) | |
download | guix-8737666a99f15a65776f866f4cc9d097e947bc0e.tar guix-8737666a99f15a65776f866f4cc9d097e947bc0e.tar.gz |
gnu: ocaml-graph: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b71adf116f..822075d195 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.") |