forked from mirrors/nixpkgs
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:
parent
634ccbcbc7
commit
cddc669b0b
|
@ -2,7 +2,6 @@
|
|||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
, prometheus-alertmanager
|
||||
, unittestCheckHook
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
|
|
Loading…
Reference in a new issue