readline: Don't attempt to check for broken wcwidth

The test requires running code on the target.
This commit is contained in:
Ben Gamari 2017-10-15 16:51:01 -04:00 committed by John Ericson
parent bb414f4851
commit dc8bd43249

View File

@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
patchFlags = "-p0";
configureFlags =
stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
[ # This test requires running host code
"bash_cv_wcwidth_broken=no"
];
patches =
[ ./link-against-ncurses.patch
./no-arch_only-6.3.patch