1 { lib, buildGoModule, fetchFromGitHub, go-md2man, installShellFiles }:
7 src = fetchFromGitHub {
11 sha256 = "06rnmg6ljj4f1g602wdp2wy9v0m1m0sj6jl6wywyjl8grjqc3vac";
16 buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
18 nativeBuildInputs = [ go-md2man installShellFiles ];
21 sed -i '/SHELL= /d' Makefile
23 installManPage docs/*.[1-9]
27 description = "User-friendly pager for grep/git-grep/ripgrep";
28 homepage = "https://github.com/vrothberg/vgrep";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ zowoq ];