1
0
Fork 1
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:
Anthony ROUSSEL 2024-09-01 21:23:17 +02:00
parent 52d83592fd
commit 8b4fa8c7ab

View file

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