prometheus-xmpp-alerts: fix evaluation
https://hydra.nixos.org/build/111462401 callPackages adds override functions to each attribute rather than just the top-level drv resulting drv.metadata that includes a function. derivation 'prometheus-xmpp-alerts-0.4.2' has invalid meta attribute 'overrideDerivation'
This commit is contained in:
parent
2df6898bb5
commit
105ecf1e01
@ -15680,7 +15680,7 @@ in
|
||||
prometheus-wireguard-exporter = callPackage ../servers/monitoring/prometheus/wireguard-exporter.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
prometheus-xmpp-alerts = callPackages ../servers/monitoring/prometheus/xmpp-alerts.nix {
|
||||
prometheus-xmpp-alerts = callPackage ../servers/monitoring/prometheus/xmpp-alerts.nix {
|
||||
pythonPackages = python3Packages;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user