silver-searcher: add meta.mainProgram

wip/nixpkgs-raku
Tom Bereknyei 3 years ago
parent 6129057412
commit 4a67110bee
  1. 1
      pkgs/tools/text/silver-searcher/default.nix

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ggreer/the_silver_searcher/";
description = "A code-searching tool similar to ack, but faster";
maintainers = with maintainers; [ madjar ];
mainProgram = "ag";
platforms = platforms.all;
license = licenses.asl20;
};

Loading…
Cancel
Save