mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
podman: add mainProgram
This commit is contained in:
parent
7fca762ea8
commit
1fd787f5f4
@ -72,5 +72,6 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/containers/podman-py/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "podman";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user