From 8536028d0c4a6906ab03f27bae4b038780697bc6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Sep 2021 22:51:12 +0200 Subject: feeds: ... --- user-profiles/feeds/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-profiles/feeds/module.nix') 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 phases = [ "buildPhase" "checkPhase" "installPhase" "fixupPhase" ]; - python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil ]); + python = pkgs.python39.withPackages (ps: with ps; [ configparser dateutil html2text ]); nativeBuildInputs = with pkgs; [ makeWrapper ]; -- cgit v1.2.3