staging-next: 21.11 iteration 2 - 2021-11-16#146259
Merged
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.
Co-authored-by: Dmitry Bogatov <git#[email protected]>
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
Member
Conflicts: pkgs/applications/audio/hybridreverb2/default.nix
Contributor
Author
|
@ofborg eval |
Conflicts: pkgs/applications/networking/browsers/chromium/common.nix
13 tasks
Member
|
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
Member
|
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. |
Contributor
|
I've switched my darwin system to this branch 24h ago and no problem so far. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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