mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
soco-cli: Set correct mainProgram
soco-cli provides a `soco` and `sonos` command which refer to the same module:
49bc7df15f/setup.py (L36)
From the documentation `sonos` seems to be preferred. Set `mainProgram` so it
works with nix-shell etc.
This commit is contained in:
parent
5d6fa6fdeb
commit
1ec3fe7fb7
@ -37,5 +37,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/avantrec/soco-cli";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "sonos";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user