mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ocaml-ctypes: Make ocaml-integers a propagated input.
* gnu/packages/ocaml.scm (ocaml-ctypes)[propagated-inputs]: Add ocaml-integers. [inputs]: Remove ocaml-integers. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
0f62ea0774
commit
5a4acc5331
1 changed files with 2 additions and 2 deletions
|
@ -3862,11 +3862,11 @@ (define-public ocaml-ctypes
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(propagated-inputs
|
||||
`(("bigarray-compat" ,ocaml-bigarray-compat)))
|
||||
`(("bigarray-compat" ,ocaml-bigarray-compat)
|
||||
("integers" ,ocaml-integers)))
|
||||
(inputs
|
||||
`(("libffi" ,libffi)
|
||||
("ounit" ,ocaml-ounit)
|
||||
("integers" ,ocaml-integers)
|
||||
("lwt" ,ocaml-lwt)
|
||||
("topkg" ,ocaml-topkg)
|
||||
("opam" ,opam)))
|
||||
|
|
Loading…
Reference in a new issue