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