mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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 @@ (define-public ocaml4.07-ppx-expect
|
|||
"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