python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / misc / 3llo / default.nix
blob3053af18cde4e70916218c751a6d2fc1b0d276c9
1 { lib, ruby_3_0, bundlerApp, fetchpatch }:
3 bundlerApp {
4   pname = "3llo";
5   ruby = ruby_3_0;
7   gemdir  = ./.;
9   exes = [ "3llo" ];
11   meta = with lib; {
12     description = "Trello interactive CLI on terminal";
13     license = licenses.mit;
14     homepage = "https://github.com/qcam/3llo";
15     maintainers = with maintainers; [ ];
16   };