diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:08:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:08:07 +0200 |
commit | 658f015f5d926d968a473090b39dc0ca7b7861f8 (patch) | |
tree | 1f4ad845787bdb4613e9936926f288be04c029f2 /user-profiles | |
parent | d32b255de407992f52937d193a455b1e1f041039 (diff) | |
download | nixos-658f015f5d926d968a473090b39dc0ca7b7861f8.tar nixos-658f015f5d926d968a473090b39dc0ca7b7861f8.tar.gz nixos-658f015f5d926d968a473090b39dc0ca7b7861f8.tar.bz2 nixos-658f015f5d926d968a473090b39dc0ca7b7861f8.tar.xz nixos-658f015f5d926d968a473090b39dc0ca7b7861f8.zip |
feeds: python module...
Diffstat (limited to 'user-profiles')
-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 | ||