mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
python311Packages.bindep: add meta.mainProgram
This commit is contained in:
parent
52d83592fd
commit
8b4fa8c7ab
|
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||
description = "Bindep is a tool for checking the presence of binary packages needed to use an application / library";
|
||||
homepage = "https://docs.opendev.org/opendev/bindep/latest/";
|
||||
license = licenses.asl20;
|
||||
mainProgram = "bindep";
|
||||
maintainers = teams.openstack.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue