diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-10-15 22:04:36 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-11-10 16:02:54 +0100 |
commit | 35c02c559e90b14b1b5032bd362554be311e1a8c (patch) | |
tree | 40aa8bec31009f4159e321be0fa2572d00760821 | |
parent | 0c8370824080991fa9fd3f2698aae13a9d4ec894 (diff) |
gnu: Add ocaml4.09-findlib.
* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
-rw-r--r-- | gnu/packages/ocaml.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f67f5a26b8..2b7be911d5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1013,6 +1013,14 @@ compilers that can directly deal with packages.") `(("m4" ,m4) ("ocaml" ,ocaml-4.07))))) +(define-public ocaml4.09-findlib + (package + (inherit ocaml-findlib) + (name "ocaml4.09-findlib") + (native-inputs + `(("m4" ,m4) + ("ocaml" ,ocaml-4.09))))) + ;; note that some tests may hang for no obvious reason. (define-public ocaml-ounit (package |