isc-cron: migrate to by-name

This commit is contained in:
Anderson Torres
2024-08-23 12:22:22 -03:00
parent 836784de1a
commit 74ffb29e90
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6902,7 +6902,7 @@ with pkgs;
cromfs = callPackage ../tools/archivers/cromfs { };
cron = callPackage ../tools/system/cron { };
cron = isc-cron;
ctlptl = callPackage ../development/tools/ctlptl { };