mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:58:03 +00:00
rusty-psn-gui: add mainProgram
This commit is contained in:
parent
11286c28a8
commit
0aad9cdd46
@ -96,6 +96,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ AngryAnt ];
|
||||
mainProgram = "rusty-psn";
|
||||
mainProgram = if withGui then "rusty-psn-gui" else "rusty-psn";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user