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`.
This commit is contained in:
Moritz 'e1mo' Fromm
2022-09-17 11:37:31 +02:00
parent 634ccbcbc7
commit cddc669b0b
@@ -2,7 +2,6 @@
, fetchFromGitHub
, python3Packages
, prometheus-alertmanager
, unittestCheckHook
}:
python3Packages.buildPythonApplication rec {