mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: opam: Use OCaml 4.14 compiled version when building OCaml 5.0 packages.
* gnu/packages/ocaml.scm (opam)[properties]: Add ocaml5.0-variant. (opam)[propagated-inputs]: Move to inputs. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
052ec8bcc7
commit
642cf11aa2
1 changed files with 6 additions and 4 deletions
|
@ -962,10 +962,12 @@ (define-public opam
|
|||
("opam-repo-f372039d" ,(opam-repo "f372039db86a970ef3e662adbfe0d4f5cd980701"
|
||||
"0ld7fcry6ss6fmrpswvr6bikgx299w97h0gwrjjh7kd7rydsjdws")))))
|
||||
(inputs
|
||||
(list ocaml ncurses curl bubblewrap))
|
||||
(propagated-inputs
|
||||
(list ocaml-cmdliner ocaml-dose3 ocaml-mccs ocaml-opam-file-format
|
||||
ocaml-re))
|
||||
(list ocaml ncurses curl bubblewrap ocaml-cmdliner ocaml-dose3
|
||||
ocaml-mccs ocaml-opam-file-format ocaml-re))
|
||||
(properties
|
||||
;; OPAM is used as a tool and not as a library, we can use the OCaml 4.14
|
||||
;; compiled opam until opam is compatible with OCaml 5.0.
|
||||
`((ocaml5.0-variant . ,(delay opam))))
|
||||
(home-page "http://opam.ocamlpro.com/")
|
||||
(synopsis "Package manager for OCaml")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue