Revert "gnu: camlp4: Remove extra input."

This reverts commit d04efa0fff.
This commit is contained in:
Efraim Flashner 2015-10-08 12:10:47 +03:00
parent a606ed89d4
commit 0d1c0660d7
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ Git-friendly development workflow.")
"0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342")) "0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("which" ,which))) (native-inputs `(("ocaml" ,ocaml))
("which" ,which)))
(inputs `(("ocaml" ,ocaml))) (inputs `(("ocaml" ,ocaml)))
(arguments (arguments
'(#:tests? #f ;no documented test target '(#:tests? #f ;no documented test target