mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ocaml-compiler-libs: Add upstream name.
* gnu/packages/ocaml.scm (ocaml-compiler-libs)[properties]: New field.
This commit is contained in:
parent
1e5937c8c0
commit
d9faae6254
1 changed files with 1 additions and 0 deletions
|
@ -3820,6 +3820,7 @@ (define-public ocaml-compiler-libs
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;no tests
|
'(#:tests? #f)) ;no tests
|
||||||
|
(properties `((upstream-name . "ocaml-compiler-libs")))
|
||||||
(synopsis "Compiler libraries repackaged")
|
(synopsis "Compiler libraries repackaged")
|
||||||
(description "This packaeg simply repackages the OCaml compiler libraries
|
(description "This packaeg simply repackages the OCaml compiler libraries
|
||||||
so they don't expose everything at toplevel. For instance, @code{Ast_helper}
|
so they don't expose everything at toplevel. For instance, @code{Ast_helper}
|
||||||
|
|
Loading…
Reference in a new issue