nixpkgs/pkgs/shells/bash
Lancelot SIX 090b1804b7 bash_5: upgrade readline dependency to 8.1
Readline 8.1 is required for bash-5.1 to work properly.

From bash-5.1 release message[1]:

> Bash can be linked against an already-installed Readline library
> rather than the private version in lib/readline if desired.  Only
> readline-8.1 and later versions are able to provide all of the symbols
> that bash-5.1 requires; earlier versions of the Readline library will
> not work correctly.

[1] https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
2021-04-14 21:27:24 +01:00
..
bash-completion pkgs/shells: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
nix-bash-completions treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
4.4.nix bash: don't rely on patch timestamps in build 2021-03-21 16:11:09 +01:00
5.1.nix bash_5: upgrade readline dependency to 8.1 2021-04-14 21:27:24 +01:00
bash-4.4-patches.nix
bash-5.1-patches.nix
cygwin-bash-4.4.11-2.src.patch
pgrp-pipe-4.4.patch bash: don't rely on patch timestamps in build 2021-03-21 16:11:09 +01:00
pgrp-pipe-5.1.patch bash: don't rely on patch timestamps in build 2021-03-21 16:11:09 +01:00
update-patch-set.sh