me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-qtest: Do not use deprecated jbuilder.

* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
master
Julien Lepiller 2020-09-30 21:42:06 +02:00
parent f0c6fe314f
commit a8a8547abf
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 2 deletions

View File

@ -1213,8 +1213,7 @@ instances and printing them.")
"0gddzan4vzs0vklsxhirdjrvx3rp7hhh2yr20vi13nq8rwkn9w29"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t
#:test-target "tests"))
`(#:test-target "tests"))
(propagated-inputs
`(("ounit" ,ocaml-ounit)
("qcheck" ,ocaml-qcheck)))