chkcrontab: use python3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ python, lib }:
|
{ python3, lib }:
|
||||||
|
|
||||||
with python.pkgs;
|
with python3.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "chkcrontab";
|
pname = "chkcrontab";
|
||||||
|
|||||||
Reference in New Issue
Block a user