Merge pull request #53069 from gebner/fish-wcwidth

fish: do not use internal wcwidth
This commit is contained in:
adisbladis 2018-12-30 13:22:16 +00:00 committed by GitHub
commit 5682bc9926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ let
nativeBuildInputs = [ cmake ];
buildInputs = [ ncurses libiconv pcre2 ];
configureFlags = [ "--without-included-pcre2" ];
cmakeFlags = [ "-DINTERNAL_WCWIDTH=OFF" ];
preConfigure = ''
patchShebangs ./build_tools/git_version_gen.sh