[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59487] [PATCH v3 2/6] gnu: ocaml-ppxlib: Clean up inputs.
From: |
pukkamustard |
Subject: |
[bug#59487] [PATCH v3 2/6] gnu: ocaml-ppxlib: Clean up inputs. |
Date: |
Fri, 13 Jan 2023 10:54:36 +0000 |
* gnu/packages/ocaml.scm (ocaml-ppxlib):
[propagated-inputs] Remove unused inputs.
[native-inputs] Move test dependencies from propagated-inputs here and add
ocaml-cinaps.
---
gnu/packages/ocaml.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b37cfa4681..1507405f7e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6003,14 +6003,14 @@ (define-public ocaml-ppxlib
((" \"(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")
--
2.38.1
- [bug#59487] [PATCH v3 0/6] guix: dune-build-system: Run all tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 5/6] guix: dune-build-system: Remove usage of test-target argument., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 3/6] gnu: ocaml-cohttp: Run tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 1/6] gnu: Add ocaml-cinaps., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 4/6] guix: dune-build-system: Run all tests., pukkamustard, 2023/01/13
- [bug#59487] [PATCH v3 2/6] gnu: ocaml-ppxlib: Clean up inputs.,
pukkamustard <=
- [bug#59487] [PATCH v3 6/6] gnu: ocaml-ppx-expect: Disable tests., pukkamustard, 2023/01/13
- bug#59487: [PATCH v3 0/6] guix: dune-build-system: Run all tests., Julien Lepiller, 2023/01/15