gnu: camlp4: Remove extra input.

* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml"
  entry from native-inputs.
This commit is contained in:
Efraim Flashner 2015-10-07 14:44:59 +03:00
parent 751b7aad1e
commit d04efa0fff

View file

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