forked from mirrors/nixpkgs
aocd: pythonPackages → python3Packages
This commit is contained in:
parent
3960078a20
commit
3415b50ab6
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue