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
  • Loading branch information
basvandijk committed Feb 13, 2020
1 parent 21b31c4 commit aaa60de
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 aaa60de

Please sign in to comment.