python311Packages.osprofiler: add meta.mainProgram

This commit is contained in:
Anthony ROUSSEL 2024-09-12 20:27:06 +02:00
parent aba2d9e6ee
commit 008e851257

View File

@ -48,6 +48,7 @@ buildPythonPackage rec {
description = "OpenStack Library to profile request between all involved services";
homepage = "https://opendev.org/openstack/osprofiler/";
license = licenses.asl20;
mainProgram = "osprofiler";
maintainers = teams.openstack.members;
};
}