python2Packages.chardet: keep 3.0.4

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:49:42 +02:00
parent 91516e5e39
commit 516a7f72a8
2 changed files with 33 additions and 1 deletions
+4 -1
View File
@@ -1318,7 +1318,10 @@ in {
characteristic = callPackage ../development/python-modules/characteristic { };
chardet = callPackage ../development/python-modules/chardet { };
chardet = if isPy3k then
callPackage ../development/python-modules/chardet { }
else
callPackage ../development/python-modules/chardet/2.nix { };
chart-studio = callPackage ../development/python-modules/chart-studio { };