Skip to content

all-packages.nix: python3Packages recurse into pythonXXPackages#166029

Closed
Artturin wants to merge 3 commits intoNixOS:masterfrom
Artturin:anotherofborgthingy
Closed

all-packages.nix: python3Packages recurse into pythonXXPackages#166029
Artturin wants to merge 3 commits intoNixOS:masterfrom
Artturin:anotherofborgthingy

Conversation

@Artturin
Copy link
Member

should help with ofborg not building
commits which have python3Packages instead of
python39Packages
see NixOS/ofborg#577

Follow up to #165994
since it didn't work

Testing the eval perf impact of recursing only python3Packages

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.05 Release Notes (or backporting 21.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

should help with ofborg not building
commits which have python3Packages instead of
python39Packages
see NixOS/ofborg#577
@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Mar 28, 2022
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. labels Mar 28, 2022
@ofborg ofborg bot added the 8.has: clean-up This PR removes packages or removes other cruft label Mar 28, 2022
@Artturin Artturin marked this pull request as draft March 28, 2022 04:11
python37Packages = python37.pkgs;
python38Packages = python38.pkgs;
python39Packages = recurseIntoAttrs python39.pkgs;
python39Packages = python39.pkgs;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just keep this one as well

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 1, 2022
@Artturin Artturin closed this Aug 28, 2023
@Artturin
Copy link
Member Author

NixOS/ofborg#646

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 6.topic: python Python is a high-level, general-purpose programming language. 8.has: clean-up This PR removes packages or removes other cruft 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants