efraim pushed a commit to branch master
in repository guix.

commit c10ba562be86ff29612372b4d70bec75368eb0e8
Author: Julien Lepiller <[email protected]>
AuthorDate: Sat Oct 23 16:07:46 2021 +0200

    gnu: ocaml-lwt: Remove unneeded input.
    
    * gnu/packages/ocaml.scm (ocaml-lwt)[native-inputs]: Remove
    ocaml-bisect-ppx.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/ocaml.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 767cacf..f25189c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2419,8 +2419,7 @@ for mapping files in memory.  This function is the same 
as the
     (arguments
      `(#:package "lwt"))
     (native-inputs
-     `(("ocaml-bisect-ppx" ,ocaml-bisect-ppx)
-       ("ocaml-cppo" ,ocaml-cppo)
+     `(("ocaml-cppo" ,ocaml-cppo)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)))

Reply via email to