11 stdenvNoCC.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-XIdZ2+Jlw2JLn4KXD9h3+xXymu4FhibAfp5uGGkVwLQ=";
22 nativeBuildInputs = [ makeWrapper ];
30 install -Dm755 -t $out/bin psql2csv
31 wrapProgram $out/bin/psql2csv \
44 description = "Tool to run a PostreSQL query and output the result as CSV";
45 homepage = "https://github.com/fphilipe/psql2csv";
46 license = licenses.mit;
47 maintainers = with maintainers; [ azahi ];
48 inherit (postgresql.meta) platforms;
49 mainProgram = "psql2csv";