From 0432ccf6710562a77d86b83d34df38099e75c5e5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Oct 2023 09:40:56 +0200 Subject: [PATCH] changedetection-io: remove unused input --- pkgs/servers/web-apps/changedetection-io/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/web-apps/changedetection-io/default.nix b/pkgs/servers/web-apps/changedetection-io/default.nix index 3199ce9ce5da..9ba86de2c612 100644 --- a/pkgs/servers/web-apps/changedetection-io/default.nix +++ b/pkgs/servers/web-apps/changedetection-io/default.nix @@ -1,8 +1,8 @@ { lib , fetchFromGitHub -, fetchurl , python3 }: + python3.pkgs.buildPythonApplication rec { pname = "changedetection-io"; version = "0.45.3";