chkcrontab: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 11:28:16 +01:00
parent e1253a694f
commit 7aa7f3cdbf

View file

@ -1,6 +1,6 @@
{ python, lib }:
{ python3, lib }:
with python.pkgs;
with python3.pkgs;
buildPythonApplication rec {
pname = "chkcrontab";