From 0d1c0660d7b446188b36f19d0dd79d8f97bd4360 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 8 Oct 2015 12:10:47 +0300 Subject: Revert "gnu: camlp4: Remove extra input." This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553. --- gnu/packages/ocaml.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 0302c85986..d9571d2314 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 -- cgit v1.2.3