mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ocaml-qtest: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
This commit is contained in:
parent
f0c6fe314f
commit
a8a8547abf
1 changed files with 1 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue