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 10:31:38 +02:00
parent 634ccbcbc7
commit cddc669b0b
No known key found for this signature in database
GPG key ID: 1D5D79A439E787F1

View file

@ -2,7 +2,6 @@
, fetchFromGitHub
, python3Packages
, prometheus-alertmanager
, unittestCheckHook
}:
python3Packages.buildPythonApplication rec {