From df69b2a47709c7c6d608e7e91f0130e431db00a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 19 Jun 2022 10:59:10 +0200 Subject: ... --- overlays/worktime/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'overlays/worktime') 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 @@ phases = [ "buildPhase" "checkPhase" "installPhase" ]; - buildInputs = [ - (prev.python39.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser tabulate])) - ]; + python = prev.python39.withPackages (ps: with ps; [pyxdg dateutil uritools requests configparser tabulate]); + buildInputs = [ python ]; buildPhase = '' substituteAll $src worktime -- cgit v1.2.3