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"))
|
"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 `(("ocaml" ,ocaml)
|
(native-inputs `(("which" ,which)))
|
||||||
("which" ,which)))
|
|
||||||
(inputs `(("ocaml" ,ocaml)))
|
(inputs `(("ocaml" ,ocaml)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no documented test target
|
'(#:tests? #f ;no documented test target
|
||||||
|
|
Loading…
Reference in New Issue