fish: use internal wcwidth
Fish 3.0 has an updated an more robust handling of unicode glyphs. Per the original author of the INTERNAL_WCWIDTH flag, it was something of misfeature, and they regret that NixOS came to rely on it. Removes the flag from the Nix expression. Flag was added originally to Nixpkgs in 68076b7d4938ce788dc9eaaf8789dfccc30e2ca2 It is being removed entirely from upstream fish: https://github.com/fish-shell/fish-shell/pull/5777.
This commit is contained in:
parent
979710b4a0
commit
2c9c395a22
@ -102,7 +102,6 @@ let
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ ncurses libiconv pcre2 ];
|
buildInputs = [ ncurses libiconv 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