mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ long and size_t whose sizes depend on the host platform.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("bigarray-compat" ,ocaml-bigarray-compat)))
|
`(("bigarray-compat" ,ocaml-bigarray-compat)
|
||||||
|
("integers" ,ocaml-integers)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libffi" ,libffi)
|
`(("libffi" ,libffi)
|
||||||
("ounit" ,ocaml-ounit)
|
("ounit" ,ocaml-ounit)
|
||||||
("integers" ,ocaml-integers)
|
|
||||||
("lwt" ,ocaml-lwt)
|
("lwt" ,ocaml-lwt)
|
||||||
("topkg" ,ocaml-topkg)
|
("topkg" ,ocaml-topkg)
|
||||||
("opam" ,opam)))
|
("opam" ,opam)))
|
||||||
|
|
Loading…
Reference in a new issue