Merge pull request #117570 from FRidh/python2alias

Python: be explicit on whether it is python2 or python3 that is used
This commit is contained in:
Frederik Rietdijk
2021-03-25 13:26:35 +01:00
committed by GitHub
70 changed files with 260 additions and 170 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ python, lib }:
{ python3, lib }:
with python.pkgs;
with python3.pkgs;
buildPythonApplication rec {
pname = "chkcrontab";