mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove #:jbuild argument.
This commit is contained in:
parent
3b90075a40
commit
1f4b40227c
1 changed files with 1 additions and 1 deletions
|
@ -3761,7 +3761,7 @@ (define-public ocaml4.07-merlin
|
|||
(native-inputs
|
||||
`(("ocaml-findlib" ,ocaml-findlib)))
|
||||
(arguments
|
||||
`(#:jbuild? #t
|
||||
`(#:package "merlin"
|
||||
#:tests? #f ;; Errors in tests in version 3.2.2
|
||||
#:ocaml ,ocaml-4.07
|
||||
#:findlib ,ocaml4.07-findlib))
|
||||
|
|
Loading…
Reference in a new issue