mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
ocamlPackages.dyn: init at 3.0.3
This commit is contained in:
parent
ac07d2fa3e
commit
ab97541807
16
pkgs/development/ocaml-modules/dyn/default.nix
Normal file
16
pkgs/development/ocaml-modules/dyn/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ lib, buildDunePackage, dune_3, ordering }:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "dyn";
|
||||
inherit (dune_3) version src;
|
||||
duneVersion = "3";
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
propagatedBuildInputs = [ ordering ];
|
||||
|
||||
meta = dune_3.meta // {
|
||||
description = "Dynamic type";
|
||||
};
|
||||
}
|
||||
|
@ -330,6 +330,8 @@ let
|
||||
|
||||
duration = callPackage ../development/ocaml-modules/duration { };
|
||||
|
||||
dyn = callPackage ../development/ocaml-modules/dyn { };
|
||||
|
||||
earley = callPackage ../development/ocaml-modules/earley { };
|
||||
|
||||
earlybird = callPackage ../development/ocaml-modules/earlybird { };
|
||||
|
Loading…
Reference in New Issue
Block a user