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:
pukkamustard 2021-06-01 20:22:46 +00:00 committed by Julien Lepiller
parent 0f62ea0774
commit 5a4acc5331
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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)))