diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-08 10:59:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-08 10:59:39 -0400 |
commit | b81378251c629615aff0d62ca686bb53a10367de (patch) | |
tree | 4c15f2be58d665cf0eed1e00c84f70764890c3b8 /gnu/packages/ocaml.scm | |
parent | 319fe79dd01e03c4ef61311c336bcd77e1133f02 (diff) | |
parent | b5881775ac2db345bf5826d6351366346ff03275 (diff) | |
download | guix-b81378251c629615aff0d62ca686bb53a10367de.tar guix-b81378251c629615aff0d62ca686bb53a10367de.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 0302c85986..fc45805958 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -208,7 +208,8 @@ Git-friendly development workflow.") "0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342")) (file-name (string-append name "-" version ".tar.gz")))) (build-system gnu-build-system) - (native-inputs `(("which" ,which))) + (native-inputs `(("ocaml" ,ocaml) + ("which" ,which))) (inputs `(("ocaml" ,ocaml))) (arguments '(#:tests? #f ;no documented test target |