expect: patch configure after the autoreconf phase, not before it
Fixes: #79863
This commit is contained in:
parent
10af1a139b
commit
b30dc0ff89
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
postPatch = ''
|
preConfigure = ''
|
||||||
sed -i "s,/bin/stty,$(type -p stty),g" configure
|
sed -i "s,/bin/stty,$(type -p stty),g" configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue