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

dante: remove hardwired PATH= from redefgen.sh script
main
davidak 2 years ago committed by GitHub
commit 2ee9d67e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/servers/dante/default.nix

@ -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/";

Loading…
Cancel
Save