guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: ocaml-bitstring: Remove unneeded dependencies.


From: guix-commits
Subject: 04/16: gnu: ocaml-bitstring: Remove unneeded dependencies.
Date: Sat, 30 Nov 2019 09:51:47 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 24b199fd1882de6444baa44cc379bf7e1c228488
Author: Julien Lepiller <address@hidden>
Date:   Wed Nov 27 20:48:10 2019 +0100

    gnu: ocaml-bitstring: Remove unneeded dependencies.
    
    * gnu/packages/ocaml.scm (ocaml-bitstring): Remove unneeded dependencies
    [native-inputs]: Remove camlp4 and bisect.
    [propagated-inputs]: Remove camlp4.
---
 gnu/packages/ocaml.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6bb477d..e517326 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1408,14 +1408,11 @@ ocaml-migrate-parsetree")
                 "15jjk2pq1vx311gl49s5ag6x5y0654x35w75z07g7kr2q334hqps"))))
     (build-system dune-build-system)
     (native-inputs
-     `(("camlp4" ,camlp4)
-       ("time" ,time)
+     `(("time" ,time)
        ("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("bisect" ,ocaml-bisect)))
+       ("automake" ,automake)))
     (propagated-inputs
-     `(("camlp4" ,camlp4)
-       ("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
+     `(("ocaml-ppx-tools-versioned" ,ocaml-ppx-tools-versioned)))
     (arguments
      `(#:tests? #f; Tests fail to build
        #:jbuild? #t))



reply via email to

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