Merge pull request #53069 from gebner/fish-wcwidth
fish: do not use internal wcwidth
This commit is contained in:
commit
5682bc9926
@ -102,7 +102,7 @@ let
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ ncurses libiconv pcre2 ];
|
buildInputs = [ ncurses libiconv pcre2 ];
|
||||||
configureFlags = [ "--without-included-pcre2" ];
|
cmakeFlags = [ "-DINTERNAL_WCWIDTH=OFF" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs ./build_tools/git_version_gen.sh
|
patchShebangs ./build_tools/git_version_gen.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user