diff options
Diffstat (limited to 'overlays/worktime/default.nix')
-rw-r--r-- | overlays/worktime/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/overlays/worktime/default.nix b/overlays/worktime/default.nix index 67be75ae..a8ee15e3 100644 --- a/overlays/worktime/default.nix +++ b/overlays/worktime/default.nix | |||
@@ -5,9 +5,8 @@ | |||
5 | 5 | ||
6 | phases = [ "buildPhase" "checkPhase" "installPhase" ]; | 6 | phases = [ "buildPhase" "checkPhase" "installPhase" ]; |
7 | 7 | ||
8 | buildInputs = [ | 8 | python = prev.python39.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser tabulate]); |
9 | (prev.python39.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser tabulate])) | 9 | buildInputs = [ python ]; |
10 | ]; | ||
11 | 10 | ||
12 | buildPhase = '' | 11 | buildPhase = '' |
13 | substituteAll $src worktime | 12 | substituteAll $src worktime |