mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ocaml-ppx-derivers: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-ppx-derivers)[properties]: Add upstream-name.
This commit is contained in:
parent
beee37ecdb
commit
51e52f47df
1 changed files with 1 additions and 0 deletions
|
@ -5096,6 +5096,7 @@ (define-public ocaml-ppx-derivers
|
|||
(build-system dune-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;no tests
|
||||
(properties `((upstream-name . "ppx_derivers")))
|
||||
(synopsis "Shared @code{@@deriving} plugin registry")
|
||||
(description
|
||||
"Ppx_derivers is a tiny package whose sole purpose is to allow
|
||||
|
|
Loading…
Reference in a new issue