-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
upower: 1.90.0 → 1.90.2 #243217
upower: 1.90.0 → 1.90.2 #243217
Conversation
- Switch to `finalAttrs` pattern. - Move `DESTDIR` into `env`. - Use `lib.optionals` for patches and move the comment inside, in preparation for more patches.
- Fixes flaky test with libgupower 238. - Adds support for installed tests. https://gitlab.freedesktop.org/upower/upower/-/compare/v1.90.0...v1.90.1 https://gitlab.freedesktop.org/upower/upower/-/compare/v1.90.1...v1.90.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me on staging
. Thank you!
@@ -71,6 +77,14 @@ stdenv.mkDerivation rec { | |||
systemd | |||
# Duplicate from nativeCheckInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved | |||
umockdev | |||
|
|||
# For installed tests. | |||
(python3.withPackages (pp: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is normally ps
Was upower before this update also flaky when running the tests? I have encountered multiple issues today. |
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/
)