tuir: unbreak adding six dependency

wip/little-gl
freezeboy 3 years ago
parent 22a9ec8eda
commit 16a600d29e
  1. 2
      pkgs/applications/misc/tuir/default.nix

@ -21,7 +21,7 @@ buildPythonApplication rec {
checkInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests ];
propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests six ];
meta = with lib; {
description = "Browse Reddit from your Terminal (fork of rtv)";

Loading…
Cancel
Save