-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
modemmanager: 1.18.12 → 1.20.4 #214086
modemmanager: 1.18.12 → 1.20.4 #214086
Conversation
- Autotools no longer supported. - Tarballs no longer available. https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001193.html https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001195.html https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001196.html https://lists.freedesktop.org/archives/libmbim-devel/2022-October/001197.html https://lists.freedesktop.org/archives/libmbim-devel/2022-November/001198.html
- Autotools no longer supported. - Tarballs no longer available. https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003803.html https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003808.html https://lists.freedesktop.org/archives/libqmi-devel/2022-October/003811.html https://lists.freedesktop.org/archives/libqmi-devel/2022-November/003812.html
- Tarballs no longer available. - Autotools no longer supported. - Formatting the expression. - Dropped default configure flags (`--with-polkit` implies `yes`, which gets interpreted as `strict` on Autotools, which is the default with Meson; `systemd_suspend_resume` and `systemd_journal` default to `true` with Meson) - Dropped flags for paths that can be obtained from pkg-config (does not work for udev). https://lists.freedesktop.org/archives/modemmanager-devel/2022-October/009455.html https://lists.freedesktop.org/archives/wayland-devel/2022-November/042515.html https://lists.freedesktop.org/archives/modemmanager-devel/2022-November/009525.html https://lists.freedesktop.org/archives/modemmanager-devel/2022-December/009563.html
Hmm, 233dac2 doesn't build for me on x86_64-linux. I wonder how OfBorg managed it…
|
Works for me on another system with a more recent Nix so probably a Nix bug that got fixed along the way. |
Okay, as it turns out this package should have failed to build, and only worked due to a regression in Nix. From the OfBorg log:
This should not have worked. |
We can set |
Ugh I assumed the option is not necessary anymore due to the path being properly interpolated now but did not notice that it is interpolating But that line does not really make sense – it is getting |
As for the examples, it might be useful install them, maybe with something like https://github.com/NixOS/nixpkgs/blob/532f202b6490c646817796ba09e88c8b7bea74c1/pkgs/os-specific/linux/firmware/fwupd/add-option-for-installation-sysconfdir.patch |
Useful for what? I don't mind installing stuff like that when it doesn't cause problems, but I'm fairly doubtful that people are going to go poking around in their Nix store to find examples. |
When I want to edit fwupd settings on my NixOS system, I find running |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes