delta: explicitly set mainProgram
This commit is contained in:
parent
e32a6abbe3
commit
cc3c06554b
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…
Reference in a new issue