mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
Merge pull request #136127 from tomberek/ag_mainProgram
silver-searcher: add meta.mainProgram
This commit is contained in:
commit
81cb962c3e
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/ggreer/the_silver_searcher/";
|
homepage = "https://github.com/ggreer/the_silver_searcher/";
|
||||||
description = "A code-searching tool similar to ack, but faster";
|
description = "A code-searching tool similar to ack, but faster";
|
||||||
maintainers = with maintainers; [ madjar ];
|
maintainers = with maintainers; [ madjar ];
|
||||||
|
mainProgram = "ag";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user