Merge pull request #170707 from a-m-joseph/dante-autoreconfHook-needs-gnugrep-and-gawk

dante: remove hardwired PATH= from redefgen.sh script
This commit is contained in:
davidak
2022-05-09 08:09:10 +02:00
committed by GitHub
+4
View File
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-e+qF8lB5tkiA7RlJ+tX5O6KxQrQp33RSPdP1TxU961Y=";
}) ];
postPatch = ''
substituteInPlace include/redefgen.sh --replace 'PATH=/bin:/usr/bin:/sbin:/usr/sbin' ""
'';
meta = with lib; {
description = "A circuit-level SOCKS client/server that can be used to provide convenient and secure network connectivity";
homepage = "https://www.inet.no/dante/";