gnu: ocaml-lwt-log: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Remove #:jbuild argument.
This commit is contained in:
parent
93304a0c89
commit
2d00625f24
1 changed files with 1 additions and 2 deletions
|
@ -1866,8 +1866,7 @@ locks or other synchronization primitives.")
|
||||||
"1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
|
"1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; require lwt_ppx
|
`(#:tests? #f)); require lwt_ppx
|
||||||
#:jbuild? #t))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("lwt" ,ocaml-lwt)))
|
`(("lwt" ,ocaml-lwt)))
|
||||||
(properties `((upstream-name . "lwt_log")))
|
(properties `((upstream-name . "lwt_log")))
|
||||||
|
|
Reference in a new issue