2024-06-05 15:53:02 +00:00
|
|
|
{
|
|
|
|
lzallright,
|
|
|
|
buildPythonPackage,
|
|
|
|
pytestCheckHook,
|
|
|
|
}:
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
buildPythonPackage {
|
|
|
|
inherit (lzallright) version src;
|
|
|
|
pname = "lzallright-tests";
|
|
|
|
format = "other";
|
|
|
|
|
|
|
|
dontBuild = true;
|
|
|
|
dontInstall = true;
|
|
|
|
|
|
|
|
nativeCheckInputs = [
|
|
|
|
lzallright
|
|
|
|
pytestCheckHook
|
|
|
|
];
|
|
|
|
}
|