Merge pull request #278770 from wegank/pfixtools-gperf

pfixtools: migrate to gperf 3.1
This commit is contained in:
Weijia Wang
2024-01-06 19:49:59 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+3
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";
+2 -3
View File
@@ -26832,9 +26832,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 { };