tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tuir: unbreak adding six dependency
freezeboy
4 years ago
16a600d2
22a9ec8e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
tuir
default.nix
+1
-1
pkgs/applications/misc/tuir/default.nix
···
21
22
checkInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];
23
24
-
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests ];
25
26
meta = with lib; {
27
description = "Browse Reddit from your Terminal (fork of rtv)";
···
21
22
checkInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];
23
24
+
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests six ];
25
26
meta = with lib; {
27
description = "Browse Reddit from your Terminal (fork of rtv)";