1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

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 { }; antsimulator = callPackage ../games/antsimulator { };
aocd = with pythonPackages; toPythonApplication aocd; aocd = with python3Packages; toPythonApplication aocd;
astrolog = callPackage ../applications/science/astronomy/astrolog { }; astrolog = callPackage ../applications/science/astronomy/astrolog { };