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:
parent
3960078a20
commit
3415b50ab6
|
@ -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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue