podman: add mainProgram

This commit is contained in:
Peter Hoeg 2023-11-09 10:35:05 +01:00
parent 7fca762ea8
commit 1fd787f5f4

View File

@ -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";
};
}