Merge pull request #80988 from grahamc/expect-backports

Backport  `expect` stty fix
This commit is contained in:
Graham Christensen
2020-02-24 17:45:49 -05:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
postPatch = ''
sed -i "s,/bin/stty,$(type -p stty),g" configure
sed -i "s,/bin/stty,$(type -p stty),g" configure.in
'';
configureFlags = [