mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
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 ];
|
||||
buildInputs = [ ncurses libiconv pcre2 ];
|
||||
configureFlags = [ "--without-included-pcre2" ];
|
||||
cmakeFlags = [ "-DINTERNAL_WCWIDTH=OFF" ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./build_tools/git_version_gen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user