1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0c0fphnhq9vg9jjnkl35k56jbcnyz2ballsnkbm2xrh8vbyvk1av";
14 cargoPatches = [ ./0001-Add-Cargo.lock-by-running-cargo-vendor.patch ];
15 cargoSha256 = "15qc9a4zpnq7lbcaji1mkik93qkx366misczbi1mipiq5w7sgn0l";
18 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
19 license = licenses.mit;
20 homepage = "https://github.com/ryochack/peep";
21 maintainers = with maintainers; [ ma27 ];