nixpkgs/pkgs/shells
Arnout Engelen 078c2a7341
bash 5.1: don't rely on patch timestamps in build
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.

While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.

Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.

This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.

We will update bash-4.4 in a separate PR (but that one has a bigger rebuild
impact so will have to target staging)

Refs #115177
2021-03-22 12:27:10 +01:00
..
any-nix-shell any-nix-shell: 1.2.0 -> 1.2.1 2021-02-24 22:24:57 +01:00
bash bash 5.1: don't rely on patch timestamps in build 2021-03-22 12:27:10 +01:00
dash pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
dgsh pkgs/shells: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
elvish elvish: 0.14.1 -> 0.15.0 2021-01-30 04:20:00 +00:00
es treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fish fish: 3.2.0 -> 3.2.1 2021-03-18 09:49:05 -07:00
ion pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
jush pkgs/shells: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
ksh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
liquidprompt liquidprompt: 2.0.0 -> 2.0.2 2021-03-07 23:23:23 -05:00
mksh treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
mrsh mrsh: 2020-11-04 -> 2021-01-10 2021-03-01 04:20:00 +00:00
nushell nushell: 0.27.1 -> 0.28.0 2021-03-12 07:42:20 +00:00
oh oh: 20160522 -> 0.8.0 2021-03-01 04:20:00 +00:00
oil oil: 0.8.6 -> 0.8.7 2021-02-10 19:58:54 +00:00
oksh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pash treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
powershell powershell: 7.1.0 -> 7.1.3 2021-03-12 16:22:02 +01:00
rc pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
rush pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
scponly scponly: init at 4.8 2021-01-16 14:38:18 +01:00
tcsh tcsh: workaround source moving to old subdirectory after new release 2021-01-31 12:13:21 -05:00
xonsh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zsh oh-my-zsh: 2021-03-13 → 2021-03-15 2021-03-17 10:28:15 -04:00