mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #297523 from networkException/podman-meta-mainprogram
podman: add `meta.mainProgram`
This commit is contained in:
commit
42c3452fa3
@ -155,5 +155,6 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
|
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
||||||
|
mainProgram = "podman";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user