mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: camlp4: Remove extra input."
This reverts commit d04efa0fff
.
This commit is contained in:
parent
a606ed89d4
commit
0d1c0660d7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue