Skip to content

Commit

Permalink
expect: patch configure after the autoreconf phase, not before it
Browse files Browse the repository at this point in the history
Fixes: NixOS#79863
(cherry picked from commit b30dc0f)
  • Loading branch information
basvandijk authored and grahamc committed Feb 24, 2020
1 parent 39f8258 commit f025102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/expect/default.nix
Expand Up @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {

hardeningDisable = [ "format" ];

postPatch = ''
preConfigure = ''
sed -i "s,/bin/stty,$(type -p stty),g" configure
'';

Expand Down

0 comments on commit f025102

Please sign in to comment.