nixpkgs/pkgs/tools/misc/fzf
Donghang Lin 794f6f1f25 fzf: build with CGO_ENABLED=0
Since 0.36.0, fzf introduced several go libs that bring CGO dependencies if CGO is enabled.
This makes the final binary depend on several non deterministic glibc share libraries.
Fix with CGO_ENABLED=0 to make the final binary static.
2023-06-01 11:39:47 -07:00
..
default.nix fzf: build with CGO_ENABLED=0 2023-06-01 11:39:47 -07:00