summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-10-07 14:44:59 +0300
committerEfraim Flashner <efraim@flashner.co.il>2015-10-07 21:22:17 +0300
commitd04efa0fff908de0f8822a27582b4b1c3dcae553 (patch)
tree6a3cf43686ddc1c39ff82b56f0dd1ba5d3691dfe /gnu
parent751b7aad1e85152413ac244a6cb457f8cea9c265 (diff)
downloadguix-patches-d04efa0fff908de0f8822a27582b4b1c3dcae553.tar
guix-patches-d04efa0fff908de0f8822a27582b4b1c3dcae553.tar.gz
gnu: camlp4: Remove extra input.
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml" entry from native-inputs.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ocaml.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fc45805958..0302c85986 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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