Skip to content

Commit

Permalink
python38Packages: build packages on Hydra
Browse files Browse the repository at this point in the history
Now that Python 3.8 is released we will also build packages on Hydra.
As soon as the far majority of packages build, we can make Python 3.8
the default `python3`.

#71220
  • Loading branch information
FRidh committed Oct 16, 2019
1 parent 928698a commit 3f93a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7294,7 +7294,7 @@ in
zsh-git-prompt = callPackage ../shells/zsh/zsh-git-prompt { };

zsh-history = callPackage ../shells/zsh/zsh-history { };

zsh-history-substring-search = callPackage ../shells/zsh/zsh-history-substring-search { };

zsh-navigation-tools = callPackage ../tools/misc/zsh-navigation-tools { };
Expand Down Expand Up @@ -8960,7 +8960,7 @@ in
python35Packages = python35.pkgs;
python36Packages = python36.pkgs;
python37Packages = recurseIntoAttrs python37.pkgs;
python38Packages = python38.pkgs;
python38Packages = recurseIntoAttrs python38.pkgs;
pypyPackages = pypy.pkgs;
pypy2Packages = pypy2.pkgs;
pypy27Packages = pypy27.pkgs;
Expand Down

0 comments on commit 3f93a09

Please sign in to comment.