about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2020-12-09 09:55:50 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-09 14:02:39 -0800
commite3d8f4278a190b3f630c71be079486235ac7a750 (patch)
treead9b7714c3b6381c4caead12eaa628da2ccd8676 /pkgs/applications/networking/feedreaders
parentf37e7aeb8f450bfe7797d9c3fd6f4c0edb6a2568 (diff)
feedparser: keep 5.2.1 available for python-2.7
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/rawdog/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/feedreaders/rawdog/default.nix b/pkgs/applications/networking/feedreaders/rawdog/default.nix
index 9fdee56b99b4a..9435d995c351e 100644
--- a/pkgs/applications/networking/feedreaders/rawdog/default.nix
+++ b/pkgs/applications/networking/feedreaders/rawdog/default.nix
@@ -11,6 +11,10 @@ python2Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python2Packages; [ feedparser ];
 
+  # Requested by @SuperSandro20001
+  pythonImportsCheck = [ "feedparser" ];
+  doCheck = false;
+
   namePrefix = "";
 
   meta = with stdenv.lib; {