me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-batteries: Remove unneeded dependencies.

* gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove
ocaml-bisect and ocaml-ounit.
master
Julien Lepiller 2019-11-27 20:56:27 +01:00
parent 24b199fd18
commit af76eedac0
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 1 additions and 3 deletions

View File

@ -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