Fix wetter packaging
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user