mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
silver-searcher: add meta.mainProgram
This commit is contained in:
parent
6129057412
commit
4a67110bee
@ -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…
Reference in New Issue
Block a user