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 = '' postPatch = ''
substituteInPlace postlicyd/policy_tokens.sh \ substituteInPlace postlicyd/policy_tokens.sh \
--replace /bin/bash ${bash}/bin/bash; --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"; 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 { }; rspamd = callPackage ../servers/mail/rspamd { };
pfixtools = callPackage ../servers/mail/postfix/pfixtools.nix { pfixtools = callPackage ../servers/mail/postfix/pfixtools.nix { };
gperf = gperf_3_0;
};
pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { }; pflogsumm = callPackage ../servers/mail/postfix/pflogsumm.nix { };
pomerium = callPackage ../servers/http/pomerium { }; pomerium = callPackage ../servers/http/pomerium { };