readline: Don't attempt to check for broken wcwidth
The test requires running code on the target.
This commit is contained in:
parent
bb414f4851
commit
dc8bd43249
@ -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…
Reference in New Issue
Block a user