11 src = fetchFromGitHub {
15 hash = "sha256-P3K3IhgYkrxmEG2l7EQDVWQ+P7fOjUMUFrlAnY+8NmI=";
24 ldflags = [ "-s" "-w" ];
27 installManPage doc/tf.1
31 description = "Finds the fields (or combinations of fields) which appear most often in a stream of records";
32 homepage = "https://github.com/timbray/topfew";
33 license = licenses.gpl3Only;
34 maintainers = with maintainers; [ figsoda ];