1
0

Fix wetter packaging

This commit is contained in:
2022-02-26 13:15:30 +01:00
parent 39b6291cb1
commit ad7acad5bd
2 changed files with 6 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ self: super: {
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
wetter = self.python3.pkgs.callPackage ./wetter {
inherit (self) python2 pkgconfig libsass;
inherit (self) 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: {