ocamlPackages.dune-configurator: init at 2.1.0
This commit is contained in:
parent
6b9504955f
commit
5eb4a2352e
17
pkgs/development/ocaml-modules/dune-configurator/default.nix
Normal file
17
pkgs/development/ocaml-modules/dune-configurator/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ lib, buildDunePackage, dune_2, dune-private-libs }:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
pname = "dune-configurator";
|
||||||
|
|
||||||
|
inherit (dune_2) src version;
|
||||||
|
|
||||||
|
dontAddPrefix = true;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ dune-private-libs ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Helper library for gathering system configuration";
|
||||||
|
maintainers = [ maintainers.marsam ];
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
}
|
@ -241,6 +241,8 @@ let
|
|||||||
|
|
||||||
dune_2 = callPackage ../development/tools/ocaml/dune/2.nix { };
|
dune_2 = callPackage ../development/tools/ocaml/dune/2.nix { };
|
||||||
|
|
||||||
|
dune-configurator = callPackage ../development/ocaml-modules/dune-configurator { buildDunePackage = buildDune2Package; };
|
||||||
|
|
||||||
dune-private-libs = callPackage ../development/ocaml-modules/dune-private-libs { buildDunePackage = buildDune2Package; };
|
dune-private-libs = callPackage ../development/ocaml-modules/dune-private-libs { buildDunePackage = buildDune2Package; };
|
||||||
|
|
||||||
earley = callPackage ../development/ocaml-modules/earley { };
|
earley = callPackage ../development/ocaml-modules/earley { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user