pfixtools: migrate to gperf 3.1
This commit is contained in:
parent
cdbeb9666c
commit
787e060e7c
2 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue