diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:51:12 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:51:12 +0200 |
| commit | 8536028d0c4a6906ab03f27bae4b038780697bc6 (patch) | |
| tree | e21bcf97017304df67d8ab15aa07c368a9d2fa13 /user-profiles/feeds/module.nix | |
| parent | b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1 (diff) | |
| download | nixos-8536028d0c4a6906ab03f27bae4b038780697bc6.tar nixos-8536028d0c4a6906ab03f27bae4b038780697bc6.tar.gz nixos-8536028d0c4a6906ab03f27bae4b038780697bc6.tar.bz2 nixos-8536028d0c4a6906ab03f27bae4b038780697bc6.tar.xz nixos-8536028d0c4a6906ab03f27bae4b038780697bc6.zip | |
feeds: ...
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 cf8ee99c..9116fa91 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 dateutil ]); | 33 | python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); |
| 34 | 34 | ||
| 35 | nativeBuildInputs = with pkgs; [ makeWrapper ]; | 35 | nativeBuildInputs = with pkgs; [ makeWrapper ]; |
| 36 | 36 | ||
