chkcrontab: inline with usage

This commit is contained in:
Sigmanificient
2026-07-17 00:00:16 +02:00
parent f67c9cd6a6
commit b6595a1541
+3 -5
View File
@@ -1,12 +1,10 @@
{
lib,
python3,
python3Packages,
fetchPypi,
}:
with python3.pkgs;
buildPythonApplication (finalAttrs: {
python3Packages.buildPythonApplication (finalAttrs: {
pname = "chkcrontab";
version = "1.7";
pyproject = true;
@@ -22,7 +20,7 @@ buildPythonApplication (finalAttrs: {
--replace-fail "'doc/chkcrontab.1'" ""
'';
build-system = [ setuptools ];
build-system = [ python3Packages.setuptools ];
meta = {
description = "Tool to detect crontab errors";