ocamlPackages.dune-private-libs: init at 2.1.0
This commit is contained in:
parent
1b1f9584e5
commit
6b9504955f
2 changed files with 17 additions and 0 deletions
15
pkgs/development/ocaml-modules/dune-private-libs/default.nix
Normal file
15
pkgs/development/ocaml-modules/dune-private-libs/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, buildDunePackage, dune_2 }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "dune-private-libs";
|
||||
|
||||
inherit (dune_2) src version;
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Private libraries of Dune";
|
||||
maintainers = [ maintainers.marsam ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
|
@ -241,6 +241,8 @@ let
|
|||
|
||||
dune_2 = callPackage ../development/tools/ocaml/dune/2.nix { };
|
||||
|
||||
dune-private-libs = callPackage ../development/ocaml-modules/dune-private-libs { buildDunePackage = buildDune2Package; };
|
||||
|
||||
earley = callPackage ../development/ocaml-modules/earley { };
|
||||
|
||||
earlybird = callPackage ../development/ocaml-modules/earlybird { };
|
||||
|
|
Loading…
Reference in a new issue