expect: patch configure after the autoreconf phase, not before it

Fixes: #79863
This commit is contained in:
Bas van Dijk 2020-02-13 17:06:43 +01:00 committed by Jon
parent 10af1a139b
commit b30dc0ff89

View file

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