python311Packages.yq: add meta.mainProgram

This makes `lib.getExe` happy.
This commit is contained in:
Yuriy Taraday 2023-11-04 16:04:48 +01:00
parent f1e94c9d57
commit 4e32ea0153

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytestCheckHook
pytestCheckHook
];
pytestFlagsArray = [ "test/test.py" ];
@ -51,5 +51,6 @@ buildPythonPackage rec {
homepage = "https://github.com/kislyuk/yq";
license = licenses.asl20;
maintainers = with maintainers; [ womfoo SuperSandro2000 ];
mainProgram = "yq";
};
}