1 { lib, stdenv, fetchFromGitHub, autoreconfHook, flex, libtool }:
3 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-NI57U3FpUfQ6ouBEYrzzG+9kpL58BD4HoAuRAFJMO9k=";
15 nativeBuildInputs = [ autoreconfHook flex libtool ];
18 description = "Like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON";
19 homepage = "http://johnkerl.org/miller/";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ mstarzyk ];
22 platforms = platforms.all;