pfixtools: migrate to gperf 3.1

This commit is contained in:
Weijia Wang 2024-01-04 21:30:38 +01:00
parent cdbeb9666c
commit 787e060e7c
2 changed files with 5 additions and 3 deletions

View file

@ -40,6 +40,9 @@ stdenv.mkDerivation {
postPatch = ''
substituteInPlace postlicyd/policy_tokens.sh \
--replace /bin/bash ${bash}/bin/bash;
substituteInPlace postlicyd/*_tokens.sh \
--replace "unsigned int" "size_t"
'';
env.NIX_CFLAGS_COMPILE = "-Wno-error=unused-result -Wno-error=nonnull-compare -Wno-error=format-truncation";

View file

@ -26848,9 +26848,8 @@ with pkgs;
rspamd = callPackage ../servers/mail/rspamd { };
pfixtools = callPackage ../servers/mail/postfix/pfixtools.nix {
gperf = gperf_3_0;
};
pfixtools = callPackage ../servers/mail/postfix/pfixtools.nix { };
pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { };
pomerium = callPackage ../servers/http/pomerium { };