repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
misc
/
3llo
/
default.nix
blob
3053af18cde4e70916218c751a6d2fc1b0d276c9
1
{ lib, ruby_3_0, bundlerApp, fetchpatch }:
2
3
bundlerApp {
4
pname = "3llo";
5
ruby = ruby_3_0;
6
7
gemdir = ./.;
8
9
exes = [ "3llo" ];
10
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
};
17
}