mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
python35Packages.openyx: fix build
When dropping python 2 support, they also droppped python 3.5 support.
This commit is contained in:
parent
52c89d0572
commit
c2b7261271
1 changed files with 1 additions and 1 deletions
|
@ -4619,7 +4619,7 @@ in {
|
|||
|
||||
offtrac = callPackage ../development/python-modules/offtrac { };
|
||||
|
||||
openpyxl = if isPy3k then
|
||||
openpyxl = if pythonAtLeast "3.6" then
|
||||
callPackage ../development/python-modules/openpyxl { }
|
||||
else
|
||||
callPackage ../development/python-modules/openpyxl/2.nix { };
|
||||
|
|
Loading…
Reference in a new issue