-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staging-next: 21.11 iteration 2 - 2021-11-16 #146259
Conversation
In v248 compiler weirdness and refactoring lead to the bootloader erroring out handling keyboard input on some systems. See systemd/systemd#19191 This should be redundant in v249.6 when it officially gets tagged in systemd-stable. Closes #143847
and enable strictDeps perlPackages.perl is needed in nativeBuildInputs because of the configuration script
These programs are both still built even when we don't pass the flags. (It appears that this was not the case when they were added to the expression.)
systemd: fix systemd-boot keyboard handling lockup
This should fail since the regexp in systemd-boot-builder.py won't match the '.' in the version string.
The regexp was only matching numbers and not the '.', so everyone using systemd-boot would always see `could not find any previously installed systemd-boot` on a `nixos-rebuild`.
bootctl does it as a part of its update process anyway, so we're just duplicating code.
cross-compile conditional
do not override python to python3 in all-packages
gdk-pixbuf: make gobject-introspection conditional to fix binfmt cross-compile
checked output with diffoscope libnotify: make gobject-introspection conditional to fix binfmt cross-compile
checked with diffoscope
pango: fix binfmt cross-compile
Conflicts: pkgs/applications/audio/hybridreverb2/default.nix
@ofborg eval |
Conflicts: pkgs/applications/networking/browsers/chromium/common.nix
Able to do a nixos rebuild and home-manager switch into staging-next. Everything seems to be working fine. :3 |
Conflicts: pkgs/applications/window-managers/sway/default.nix
Some python packages regressed apparently (all was tried twice at least), but overall I can't see anything big. Overall I can't see any merge blocker / significant problem (in my eyes). A few thousand x86_64-darwin builds are still in progress, too. |
I've switched my darwin system to this branch 24h ago and no problem so far. |
Last staging-next iteration for ZHF. Documentation here: https://nixos.org/manual/nixpkgs/stable/#submitting-changes-staging-next-branch
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
Per the release schedule we are still restricted to non-breaking changes to staging-next, and the plan is to merge in about a week (Nov 19).
Previous staging-next PR: #144730