Merge pull request #152304 from aadibajpai/aocd-f
aocd: pythonPackages → python3Packages
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user