1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder.

* gnu/packages/ocaml.scm (ocaml4.07-ppx-expect): Remove #:jbuild argument.
This commit is contained in:
Julien Lepiller
2020-09-30 22:16:51 +02:00
parent 1f4b40227c
commit 47ef85b588
+1 -2
View File
@@ -4864,8 +4864,7 @@ useful errors on failure.")
"1wawsbjfkri4sw52n8xqrzihxc3xfpdicv3ahz83a1rsn4lb8j5q"))))
(build-system dune-build-system)
(arguments
`(#:jbuild? #t
#:ocaml ,ocaml-4.07
`(#:ocaml ,ocaml-4.07
#:findlib ,ocaml4.07-findlib))
(propagated-inputs
`(("ocaml-base" ,ocaml4.07-base)