Merge pull request #182687 from YorikSar/upower-bump
This commit is contained in:
commit
66f6d19054
@ -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;
|
||||
|
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user