3
5
Fork 0
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:
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 @@ 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)))