Merge pull request #152304 from aadibajpai/aocd-f

aocd: pythonPackages → python3Packages
This commit is contained in:
Ben Siraphob
2021-12-27 08:50:48 +07:00
committed by GitHub
+1 -1
View File
@@ -186,7 +186,7 @@ with pkgs;
antsimulator = callPackage ../games/antsimulator { };
aocd = with pythonPackages; toPythonApplication aocd;
aocd = with python3Packages; toPythonApplication aocd;
astrolog = callPackage ../applications/science/astronomy/astrolog { };