1 { lib, less, ncurses, buildGoModule, fetchFromGitHub, makeWrapper }:
7 src = fetchFromGitHub {
11 hash = "sha256-jjtjOT8lFPsk300Q9EtsX/w8Bck0pwrS/GyouoBsZ+0=";
14 vendorHash = "sha256-Nlv8H5YqHrqACW2kEXg+mkc3bCgXVudrSNfyu+xeFBA=";
16 nativeBuildInputs = [ makeWrapper ];
19 wrapProgram $out/bin/clx \
20 --prefix PATH : ${lib.makeBinPath [ less ncurses ]}
24 description = "Command line tool for browsing Hacker News in your terminal";
25 homepage = "https://github.com/bensadeh/circumflex";
26 license = licenses.agpl3Only;
27 maintainers = with maintainers; [ mktip ];