chkcrontab: use python3
This commit is contained in:
parent
e1253a694f
commit
7aa7f3cdbf
|
@ -1,6 +1,6 @@
|
|||
{ python, lib }:
|
||||
{ python3, lib }:
|
||||
|
||||
with python.pkgs;
|
||||
with python3.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "chkcrontab";
|
||||
|
|
Loading…
Reference in New Issue