summaryrefslogtreecommitdiff
path: root/user-profiles/feeds/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/feeds/module.nix')
-rw-r--r--user-profiles/feeds/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix
index 9b1ef594..63e827eb 100644
--- a/user-profiles/feeds/module.nix
+++ b/user-profiles/feeds/module.nix
@@ -75,7 +75,7 @@ let
75 75
76 phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; 76 phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ];
77 77
78 python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); 78 python = pkgs.python39.withPackages (ps: with ps; [ configparser python-dateutil html2text ]);
79 79
80 nativeBuildInputs = with pkgs; [ makeWrapper ]; 80 nativeBuildInputs = with pkgs; [ makeWrapper ];
81 81