python311Packages.yq: add meta.mainProgram
This makes `lib.getExe` happy.
This commit is contained in:
parent
f1e94c9d57
commit
4e32ea0153
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue