guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33079] [PATCH 32/34] gnu: Fix ocaml-topkg.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 32/34] gnu: Fix ocaml-topkg.
Date: Wed, 17 Oct 2018 22:34:40 +0200

* gnu/packages/ocaml.scm (ocaml-topkg)[native-inputs]: Add ocamlbuild.
(ocaml4.02-topkg): New variable.
---
 gnu/packages/ocaml.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 591a63aa1..fc5fbc3f2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1725,7 +1725,8 @@ defined in this library.")
                 "18rrh6fmf708z7dd30amljmcgaypj3kk49jrmrj68r4wnw8004j8"))))
     (build-system ocaml-build-system)
     (native-inputs
-     `(("opam" ,opam)))
+     `(("opam" ,opam)
+       ("ocamlbuild" ,ocamlbuild)))
     (propagated-inputs
      `(("result" ,ocaml-result)))
     (arguments
@@ -1741,6 +1742,9 @@ provides an API to describe the files a package installs 
in a given build
 configuration and to specify information about the package's distribution,
 creation and publication procedures.")
     (license license:isc)))
+ 
+(define-public ocaml4.02-topkg
+  (package-with-ocaml4.02 ocaml-topkg))
 
 (define-public ocaml-rresult
   (package
-- 
2.18.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]