diff options
Diffstat (limited to 'user-profiles/feeds/module.nix')
-rw-r--r-- | user-profiles/feeds/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index fa7f61a0..aa04cb48 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix | |||
@@ -30,7 +30,7 @@ let | |||
30 | 30 | ||
31 | phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; | 31 | phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; |
32 | 32 | ||
33 | python = pkgs.python39.withPackages (ps: with ps; [ configparser ]); | 33 | python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil ]); |
34 | 34 | ||
35 | nativeBuildInputs = with pkgs; [ makeWrapper ]; | 35 | nativeBuildInputs = with pkgs; [ makeWrapper ]; |
36 | 36 | ||