summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAadi Bajpai <hello@aadibajpai.com>2021-12-26 19:39:50 -0600
committerAadi Bajpai <hello@aadibajpai.com>2021-12-26 19:39:50 -0600
commit3415b50ab631ef6e665e0e74237e101e933346de (patch)
treec186f5631de932e09462d4a4cddd8b0e038fb156 /pkgs/top-level
parent3960078a2007e3662fc9c93637ee043ccdc7285e (diff)
aocd: pythonPackages → python3Packages
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 55a480c1cd76..42c57631f744 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 { };