Merge pull request #33576 from dtzWill/fix/cross-readline
readline: Don't attempt to check for broken wcwidth
This commit is contained in:
commit
0fb724507a
@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patchFlags = "-p0";
|
patchFlags = "-p0";
|
||||||
|
|
||||||
|
configureFlags =
|
||||||
|
stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
|
||||||
|
[ # This test requires running host code
|
||||||
|
"bash_cv_wcwidth_broken=no"
|
||||||
|
];
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ ./link-against-ncurses.patch
|
[ ./link-against-ncurses.patch
|
||||||
./no-arch_only-6.3.patch
|
./no-arch_only-6.3.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user