mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: ocaml4.07-core: Do not use deprecated jbuilder.
* gnu/packages/ocaml.scm (ocaml4.07-core): Remove #:jbuild argument.
This commit is contained in:
parent
47ef85b588
commit
0f1362f049
1 changed files with 2 additions and 3 deletions
|
@ -5221,9 +5221,8 @@ thousands of times faster than fork.
|
|||
"0pzl8n09z4f3i7z2wq4cjxfqrr8mj6xcdp7rbg0nxap2zdhjgvrq"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:jbuild? #t
|
||||
;; Require a cyclic dependency: core_extended
|
||||
#:tests? #f
|
||||
`(#:package "core"
|
||||
#:tests? #f; Require a cyclic dependency: core_extended
|
||||
#:ocaml ,ocaml-4.07
|
||||
#:findlib ,ocaml4.07-findlib))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue