falkenstein: remove postfix exporter

This commit is contained in:
Rouven Seifert 2024-05-31 22:33:39 +02:00
parent f0a1129c7d
commit d9a60f39a6
5 changed files with 13 additions and 47 deletions

View file

@ -112,16 +112,4 @@ in
pythonPath = python.pkgs.makePythonPath propagatedBuildInputs;
};
});
# (hopefully) fix systemd journal reading
prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (_old: {
patches = [
./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch
];
src = fetchFromGitHub {
owner = "adangel";
repo = "postfix_exporter";
rev = "414ac12ee63415eede46cb3084d755a6da6fba23";
hash = "sha256-m1kVaO3N7XC1vtnxXX9kMiEFPmZuoopRUYgA7gQzP8w=";
};
});
}