diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-11-27 20:56:27 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-11-30 15:50:19 +0100 |
commit | af76eedac08caeb267f4f47ebdf85ef4c01c8fd6 (patch) | |
tree | b2668dadef85b293c355aeccedbfcce6cbd8ff21 | |
parent | 24b199fd1882de6444baa44cc379bf7e1c228488 (diff) | |
download | patches-af76eedac08caeb267f4f47ebdf85ef4c01c8fd6.tar patches-af76eedac08caeb267f4f47ebdf85ef4c01c8fd6.tar.gz |
gnu: ocaml-batteries: Remove unneeded dependencies.
* gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove
ocaml-bisect and ocaml-ounit.
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e517326e95..c0b8154079 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2282,9 +2282,7 @@ many additional enhancements, including: (build-system ocaml-build-system) (native-inputs `(("ocamlbuild" ,ocamlbuild) - ("qtest" ,ocaml-qtest) - ("bisect" ,ocaml-bisect) - ("ounit" ,ocaml-ounit))) + ("qtest" ,ocaml-qtest))) (propagated-inputs `(("ocaml-num" ,ocaml-num))) (arguments |