mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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:
parent
1f4b40227c
commit
47ef85b588
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue