python312Packages.types-aiobotocore: 2.15.2 -> 2.15.2.post3 (#361801)
[NixPkgs.git] / pkgs / tools / text / ruby-zoom / default.nix
blob06e505816648e56d29fb8a0a90b53685994528a1
1 { lib, bundlerEnv, ruby, bundlerUpdateScript }:
3 bundlerEnv {
4   pname = "ruby-zoom";
6   inherit ruby;
7   gemdir = ./.;
9   passthru.updateScript = bundlerUpdateScript "ruby-zoom";
11   meta = with lib; {
12     description = "Quickly open CLI search results in your favorite editor";
13     homepage    = "https://gitlab.com/mjwhitta/zoom";
14     license     = with licenses; gpl3;
15     maintainers = with maintainers; [ vmandela nicknovitski ];
16     platforms   = platforms.unix;
17   };