nixbld: remove munin workaround (no longer needed on 20.03)

pull/30/head
Sebastien Bourdeauducq 2020-04-20 14:24:45 +08:00
parent 7f6d54c6cd
commit 4b92e7c00f
1 changed files with 0 additions and 8 deletions

View File

@ -365,14 +365,6 @@ in
matterbridge = super.matterbridge.overrideAttrs(oa: {
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;