buildDunePackage: new support function; use it to refactor some OCaml derivations

This commit is contained in:
Théo Zimmermann
2018-11-05 11:21:46 +01:00
parent 5fc73fd52e
commit 794158fcd5
64 changed files with 506 additions and 828 deletions

View File

@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Helpers for using React with Lwt";
inherit (lwt.meta) homepage license maintainers platforms;
inherit (lwt.meta) homepage license maintainers;
inherit (ocaml.meta) platforms;
};
}