Override the xmpp-alerts source because the current version in nixpkgs is broken
This commit is contained in:
parent
54df2256b9
commit
4e11b294c4
@ -8,4 +8,13 @@ self: super: {
|
||||
wetter = self.python3.pkgs.callPackage ./wetter {
|
||||
inherit (self) python2 pkgconfig libsass;
|
||||
};
|
||||
# The current version in nixpkgs is b0rked, but no new release is made yet
|
||||
prometheus-xmpp-alerts = super.prometheus-xmpp-alerts.overrideAttrs (oldAttrs: {
|
||||
version = "master";
|
||||
src = fetchGit {
|
||||
url = "https://github.com/jelmer/prometheus-xmpp-alerts.git";
|
||||
ref = "master";
|
||||
rev = "0a48e172625de74b7c3ad3a1bd38f687601c207a";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user