guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: ocaml-lwt: Remove unneeded input.


From: guix-commits
Subject: 03/06: gnu: ocaml-lwt: Remove unneeded input.
Date: Tue, 16 Nov 2021 08:47:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c10ba562be86ff29612372b4d70bec75368eb0e8
Author: Julien Lepiller <julien@lepiller.eu>
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 <efraim@flashner.co.il>
---
 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

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