forked from M-Labs/nix-scripts
nixbld: remove munin workaround (no longer needed on 20.03)
This commit is contained in:
parent
7f6d54c6cd
commit
4b92e7c00f
|
@ -365,14 +365,6 @@ in
|
||||||
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
matterbridge = super.matterbridge.overrideAttrs(oa: {
|
||||||
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
patches = oa.patches or [] ++ [ ./matterbridge-disable-github.patch ];
|
||||||
});
|
});
|
||||||
# https://github.com/NixOS/nixpkgs/issues/70930
|
|
||||||
# perl 5.30 breaks plugins
|
|
||||||
munin = super.munin.override {
|
|
||||||
perlPackages = super.perl528Packages;
|
|
||||||
rrdtool = super.rrdtool.override {
|
|
||||||
perl = super.perl528Packages.perl;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
Loading…
Reference in New Issue