From b5464b008f32699b0307a58ff7ce80de91bcfb5f Mon Sep 17 00:00:00 2001 From: Yarny0 <41838844+Yarny0@users.noreply.github.com> Date: Sat, 8 May 2021 19:31:16 +0200 Subject: [PATCH] hylafaxplus: drop patch for POSIXLY_CORRECT I'm not sure why this patch was needed, but it builds and works find without it now. Maybe this is connected with https://github.com/NixOS/nixpkgs/pull/30483 --- pkgs/servers/hylafaxplus/post-patch.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/servers/hylafaxplus/post-patch.sh b/pkgs/servers/hylafaxplus/post-patch.sh index 6ec5937147e..43ee91d2f62 100644 --- a/pkgs/servers/hylafaxplus/post-patch.sh +++ b/pkgs/servers/hylafaxplus/post-patch.sh @@ -1,10 +1,3 @@ -# `configure` (maybe others) set `POSIXLY_CORRECT`, which -# breaks the gcc wrapper script of nixpkgs (maybe others). -# We simply un-export `POSIXLY_CORRECT` after each export so -# its effects don't apply within nixpkgs wrapper scripts. -grep -rlF POSIXLY_CORRECT | xargs \ - sed '/export *POSIXLY_CORRECT/a export -n POSIXLY_CORRECT' -i - # Replace strange default value for the nobody account. if test -n "@maxuid@" then