python35: remove

This commit is contained in:
Jonathan Ringer
2020-08-12 21:57:18 -07:00
parent 6fffd50623
commit 91bec61635
5 changed files with 1 additions and 88 deletions
-2
View File
@@ -4411,8 +4411,6 @@ in {
ipython = if isPy27 then
callPackage ../development/python-modules/ipython/5.nix { }
else if isPy35 then
callPackage ../development/python-modules/ipython/7.9.nix { }
else
callPackage ../development/python-modules/ipython { };