diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-10-03 17:15:36 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-10-03 17:15:36 +0200 |
commit | 9248259708bd6ade5e334a2cdfb29d2a20acb0dd (patch) | |
tree | 976a140d547557c8cdf98856510030fd35b83d1a /user-profiles/feeds/module.nix | |
parent | 59e54bd97f70711573d321f2d2aeee5da46bf95d (diff) | |
download | nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.gz nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.bz2 nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.xz nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.zip |
...
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 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 | ||