guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/20: gnu: ocaml-ctypes: Make ocaml-integers a propagated input.


From: guix-commits
Subject: 03/20: gnu: ocaml-ctypes: Make ocaml-integers a propagated input.
Date: Sun, 6 Jun 2021 11:17:48 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 5a4acc53311c7013a2afeb5ce7460e2aa24a4c2b
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Tue Jun 1 20:22:46 2021 +0000

    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>
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cf31c2e..9e16399 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3862,11 +3862,11 @@ long and size_t whose sizes depend on the host 
platform.")
    (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]