gnu: ocaml-batteries: Remove unneeded dependencies.
* gnu/packages/ocaml.scm (ocaml-batteries)[native-inputs]: Remove ocaml-bisect and ocaml-ounit.master
parent
24b199fd18
commit
af76eedac0
|
@ -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
|
||||
|
|
Reference in New Issue