ripgrep-all: add meta.mainProgram
This commit is contained in:
parent
bed71fac10
commit
56b1f085a1
1 changed files with 1 additions and 0 deletions
|
@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/phiresky/ripgrep-all";
|
homepage = "https://github.com/phiresky/ripgrep-all";
|
||||||
license = with licenses; [ agpl3Plus ];
|
license = with licenses; [ agpl3Plus ];
|
||||||
maintainers = with maintainers; [ zaninime ma27 ];
|
maintainers = with maintainers; [ zaninime ma27 ];
|
||||||
|
mainProgram = "rga";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue