Merge pull request #182687 from YorikSar/upower-bump

This commit is contained in:
Artturi 2022-07-25 01:19:26 +03:00 committed by GitHub
commit 66f6d19054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
glib
polkit
python3 # for cli tool
# Duplicate from checkInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved
umockdev
];
strictDeps = true;

View File

@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
libusb1
udev
systemd
# Duplicate from checkInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved
umockdev
] ++ lib.optionals useIMobileDevice [
libimobiledevice
];