mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-graph: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name.
This commit is contained in:
parent
755e6d4a0a
commit
8737666a99
1 changed files with 1 additions and 0 deletions
|
@ -4138,6 +4138,7 @@ and 4 (random based) according to RFC 4122.")
|
||||||
(setenv "CONFIG_SHELL" (string-append (assoc-ref inputs "bash")
|
(setenv "CONFIG_SHELL" (string-append (assoc-ref inputs "bash")
|
||||||
"/bin/sh")))))))
|
"/bin/sh")))))))
|
||||||
(inputs `(("lablgtk" ,lablgtk)))
|
(inputs `(("lablgtk" ,lablgtk)))
|
||||||
|
(properties `((upstream-name . "ocamlgraph")))
|
||||||
(home-page "http://ocamlgraph.lri.fr/")
|
(home-page "http://ocamlgraph.lri.fr/")
|
||||||
(synopsis "Graph library for OCaml")
|
(synopsis "Graph library for OCaml")
|
||||||
(description "OCamlgraph is a generic graph library for OCaml.")
|
(description "OCamlgraph is a generic graph library for OCaml.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue