expect: use postPatch for stty patch
This commit is contained in:
parent
419d0ad370
commit
46a93a7fdb
|
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
preConfigure = ''
|
postPatch = ''
|
||||||
sed -i "s,/bin/stty,$(type -p stty),g" configure
|
sed -i "s,/bin/stty,$(type -p stty),g" configure.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in New Issue