me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-ppxlib: Clean up inputs.

* gnu/packages/ocaml.scm (ocaml-ppxlib)[propagated-inputs]: Remove
unused inputs.
[native-inputs]: Move test dependencies from propagated-inputs here and add
ocaml-cinaps.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
pukkamustard 2023-01-13 10:54:36 +00:00 committed by Julien Lepiller
parent 7686b68f6b
commit 386ad7d8d1
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 7 additions and 7 deletions

View File

@ -6003,14 +6003,14 @@ the OCaml code.")
((" \"(Some ppx-es.*)\")" _ m)
(string-append " \"" m "\"."))))))))
(propagated-inputs
(list ocaml-base
ocaml-compiler-libs
ocaml-migrate-parsetree
ocaml-stdlib-shims
(list ocaml-compiler-libs
ocaml-ppx-derivers
ocaml-stdio
ocaml-result
ocaml-sexplib0))
ocaml-sexplib0
ocaml-stdlib-shims))
(native-inputs
(list ocaml-stdio
ocaml-cinaps
ocaml-base))
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-ppxlib))))
(synopsis
"Base library and tools for ppx rewriters")