ripgrep: add meta.mainProgram
This commit is contained in:
parent
24063d067f
commit
bed71fac10
1 changed files with 1 additions and 0 deletions
|
@ -51,5 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/BurntSushi/ripgrep";
|
homepage = "https://github.com/BurntSushi/ripgrep";
|
||||||
license = with licenses; [ unlicense /* or */ mit ];
|
license = with licenses; [ unlicense /* or */ mit ];
|
||||||
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
|
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
|
||||||
|
mainProgram = "rg";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue