Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #53069 from gebner/fish-wcwidth

fish: do not use internal wcwidth

authored by

adisbladis and committed by
GitHub
5682bc99 c6e043d5

+1 -1
+1 -1
pkgs/shells/fish/default.nix
··· 102 102 103 103 nativeBuildInputs = [ cmake ]; 104 104 buildInputs = [ ncurses libiconv pcre2 ]; 105 - configureFlags = [ "--without-included-pcre2" ]; 105 + cmakeFlags = [ "-DINTERNAL_WCWIDTH=OFF" ]; 106 106 107 107 preConfigure = '' 108 108 patchShebangs ./build_tools/git_version_gen.sh