mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #257896 from athre0z/delta-mainprogram
delta: explicitly set mainProgram
This commit is contained in:
commit
84920b45b7
1 changed files with 1 additions and 0 deletions
|
@ -54,5 +54,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam zowoq SuperSandro2000 figsoda ];
|
||||
mainProgram = "delta";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue