1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.progressbar: works on python3

This commit is contained in:
Robert Schütz 2019-04-01 17:18:36 +02:00
parent 389dfb628b
commit c2fd8b347d

View file

@ -4,9 +4,6 @@ buildPythonPackage rec {
pname = "progressbar";
version = "2.5";
# https://github.com/niltonvolpato/python-progressbar/issues/54
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63";