summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorJudson <nyarly@gmail.com>2019-07-15 14:45:52 -0700
committerJudson <nyarly@gmail.com>2019-07-18 15:00:29 -0700
commit2c9c395a229dcccf2dc492b68659d153b485aedd (patch)
treef0b6bc1cc873f1d282c4483595ddb322b0161a6b /pkgs/shells/fish
parent979710b4a0e5f0060e9ded6c819c6d0f1a09fe5f (diff)
downloadnixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar.gz
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar.bz2
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar.lz
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar.xz
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.tar.zst
nixpkgs-2c9c395a229dcccf2dc492b68659d153b485aedd.zip
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.
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 32d87d7cc1b..df8b5d824f1 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -102,7 +102,6 @@ let
 
     nativeBuildInputs = [ cmake ];
     buildInputs = [ ncurses libiconv pcre2 ];
-    cmakeFlags = [ "-DINTERNAL_WCWIDTH=OFF" ];
 
     preConfigure = ''
       patchShebangs ./build_tools/git_version_gen.sh