3
0
Fork 0
forked from mirrors/nixpkgs

aocd: pythonPackages → python3Packages

This commit is contained in:
Aadi Bajpai 2021-12-26 19:39:50 -06:00
parent 3960078a20
commit 3415b50ab6

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 { };