mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;no tests
|
||||
(properties `((upstream-name . "ocaml-compiler-libs")))
|
||||
(synopsis "Compiler libraries repackaged")
|
||||
(description "This packaeg simply repackages the OCaml compiler libraries
|
||||
so they don't expose everything at toplevel. For instance, @code{Ast_helper}
|
||||
|
|
Loading…
Reference in a new issue