gnu: camlp4: Remove extra input.
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml" entry from native-inputs.
This commit is contained in:
parent
751b7aad1e
commit
d04efa0fff
|
@ -208,8 +208,7 @@ Git-friendly development workflow.")
|
|||
"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
|
||||
|
|
Loading…
Reference in New Issue