mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ocaml4.07-zed: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove #:jbuild argument.
This commit is contained in:
parent
8ff5f39a9f
commit
0a8eb6850d
1 changed files with 1 additions and 2 deletions
|
@ -3146,8 +3146,7 @@ (define-public ocaml4.07-zed
|
|||
(base32 "0pa9awinqr0plp4b2az78dwpvh01pwaljnn5ydg8mc6hi7rmir55"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:jbuild? #t
|
||||
#:test-target "."
|
||||
`(#:test-target "."
|
||||
#:ocaml ,ocaml-4.07
|
||||
#:findlib ,ocaml4.07-findlib))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue