guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: ocaml-camomile: Remove unneeded dependency.


From: guix-commits
Subject: 13/16: gnu: ocaml-camomile: Remove unneeded dependency.
Date: Sat, 30 Nov 2019 09:51:49 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit c5fb14f569cfdd07c8ab60064544ddef07ae5808
Author: Julien Lepiller <address@hidden>
Date:   Wed Nov 27 21:55:19 2019 +0100

    gnu: ocaml-camomile: Remove unneeded dependency.
    
    * gnu/packages/ocaml.scm (ocaml-camomile)[native-inputs]: Remove camlp4.
---
 gnu/packages/ocaml.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 972d6d3..a9a8cbd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3020,8 +3020,6 @@ the plugins facilitate extensibility, and the frontends 
serve as entry points.")
                (base32
                 "0chn7ldqb3wyf95yhmsxxq65cif56smgz1mhhc7m0dpwmyq1k97h"))))
     (build-system dune-build-system)
-    (native-inputs
-     `(("camlp4" ,camlp4)))
     (arguments
      `(#:build-flags (list "--profile" "release")
        #:test-target "camomile-test"



reply via email to

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