guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: camlp4: Remove extra input."


From: Efraim Flashner
Subject: 01/01: Revert "gnu: camlp4: Remove extra input."
Date: Thu, 08 Oct 2015 09:11:36 +0000

efraim pushed a commit to branch master
in repository guix.

commit 0d1c0660d7b446188b36f19d0dd79d8f97bd4360
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 8 12:10:47 2015 +0300

    Revert "gnu: camlp4: Remove extra input."
    
    This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553.
---
 gnu/packages/ocaml.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0302c85..d9571d2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -208,7 +208,8 @@ Git-friendly development workflow.")
                 "0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
-    (native-inputs `(("which" ,which)))
+    (native-inputs `(("ocaml" ,ocaml))
+                     ("which" ,which)))
     (inputs `(("ocaml" ,ocaml)))
     (arguments
      '(#:tests? #f                                ;no documented test target



reply via email to

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