tuir: unbreak adding six dependency

+1 -1
+1 -1
pkgs/applications/misc/tuir/default.nix
··· 21 21 22 22 checkInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ]; 23 23 24 - propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests ]; 24 + propagatedBuildInputs = [ beautifulsoup4 decorator kitchen requests six ]; 25 25 26 26 meta = with lib; { 27 27 description = "Browse Reddit from your Terminal (fork of rtv)";