guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: opam: Remove unneeded dependency on deprecated camlp4.


From: guix-commits
Subject: 01/16: gnu: opam: Remove unneeded dependency on deprecated camlp4.
Date: Sat, 30 Nov 2019 09:51:47 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8146ec55589d0e8967fca6325fcee60f9efd40ab
Author: Julien Lepiller <address@hidden>
Date:   Wed Nov 27 20:34:36 2019 +0100

    gnu: opam: Remove unneeded dependency on deprecated camlp4.
    
    gnu/packages/ocaml.scm (opam)[native-inputs]: Remove camlp4.
---
 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 9cd29f2..4a6cec4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -492,8 +492,7 @@ the opam file fomat.")
      `(("dune" ,dune)
        ("git" ,git)                               ;for the tests
        ("ocaml-cppo" ,ocaml-cppo)
-       ("python" ,python)                         ;for the tests
-       ("camlp4" ,camlp4)))
+       ("python" ,python)))                       ;for the tests
     (inputs
      `(("ocaml" ,ocaml)
        ("ncurses" ,ncurses)



reply via email to

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