feedparser: keep 5.2.1 available for python-2.7

This commit is contained in:
Michael Alan Dorman
2020-12-09 14:02:39 -08:00
committed by Jonathan Ringer
parent f37e7aeb8f
commit e3d8f4278a
3 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -2070,7 +2070,10 @@ in {
feedgenerator = callPackage ../development/python-modules/feedgenerator { inherit (pkgs) glibcLocales; };
feedparser = callPackage ../development/python-modules/feedparser { };
feedparser = if isPy3k then
callPackage ../development/python-modules/feedparser { }
else
callPackage ../development/python-modules/feedparser/5.nix { };
fenics = callPackage ../development/libraries/science/math/fenics {
inherit (pkgs) pkg-config;