python2Packages.chardet: keep 3.0.4
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user