From cddc669b0bb16545546b131fcfe8d7d711262bb4 Mon Sep 17 00:00:00 2001 From: Moritz 'e1mo' Fromm Date: Sat, 17 Sep 2022 10:31:38 +0200 Subject: [PATCH] prometheus-xmpp-alerts: Fix build by removing unittestCheckHook argument In #185430 the `unittestCheckHook` argument was introduced, causing the derivation to fail building since the `unittestCheckHook` is not passed. However the original PR already used the `unittestCheckHook` from `python3Packages`. --- pkgs/servers/monitoring/prometheus/xmpp-alerts.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/monitoring/prometheus/xmpp-alerts.nix b/pkgs/servers/monitoring/prometheus/xmpp-alerts.nix index 437856c0350c..f34d22a5faa8 100644 --- a/pkgs/servers/monitoring/prometheus/xmpp-alerts.nix +++ b/pkgs/servers/monitoring/prometheus/xmpp-alerts.nix @@ -2,7 +2,6 @@ , fetchFromGitHub , python3Packages , prometheus-alertmanager -, unittestCheckHook }: python3Packages.buildPythonApplication rec {