Loading pkgs/development/ocaml-modules/tar/eio.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { buildDunePackage, tar, eio, git, }: buildDunePackage { pname = "tar-eio"; inherit (tar) version src doCheck; minimalOCamlVersion = "5.1"; propagatedBuildInputs = [ tar eio ]; nativeCheckInputs = [ git ]; meta = tar.meta // { description = "Decode and encode tar format files using Eio"; }; } pkgs/top-level/ocaml-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1968,6 +1968,10 @@ let inherit (pkgs) git; }; tar-eio = callPackage ../development/ocaml-modules/tar/eio.nix { inherit (pkgs) git; }; tcpip = callPackage ../development/ocaml-modules/tcpip { }; tcslib = callPackage ../development/ocaml-modules/tcslib { }; Loading Loading
pkgs/development/ocaml-modules/tar/eio.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { buildDunePackage, tar, eio, git, }: buildDunePackage { pname = "tar-eio"; inherit (tar) version src doCheck; minimalOCamlVersion = "5.1"; propagatedBuildInputs = [ tar eio ]; nativeCheckInputs = [ git ]; meta = tar.meta // { description = "Decode and encode tar format files using Eio"; }; }
pkgs/top-level/ocaml-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -1968,6 +1968,10 @@ let inherit (pkgs) git; }; tar-eio = callPackage ../development/ocaml-modules/tar/eio.nix { inherit (pkgs) git; }; tcpip = callPackage ../development/ocaml-modules/tcpip { }; tcslib = callPackage ../development/ocaml-modules/tcslib { }; Loading