1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-eHiYIw/sQMXLow2Vy4zFTGeON28LmG0pK2Uca4ooInU=";
14 outputs = [ "out" "man" ];
16 vendorHash = "sha256-oc6Lp4rQ+MLmQDVcuNJ3CqYH277Vuuwu4zSSO2ICXsw=";
19 mkdir -p $man/share/man/man1
20 mv ./man/mlr.1 $man/share/man/man1
23 subPackages = [ "cmd/mlr" ];
26 description = "Like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed";
27 homepage = "https://github.com/johnkerl/miller";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ mstarzyk ];
31 platforms = platforms.all;