Merge pull request #182687 from YorikSar/upower-bump

authored by Artturi and committed by GitHub 66f6d190 687d59d7

+4
+2
pkgs/os-specific/linux/power-profiles-daemon/default.nix
··· 67 glib 68 polkit 69 python3 # for cli tool 70 ]; 71 72 strictDeps = true;
··· 67 glib 68 polkit 69 python3 # for cli tool 70 + # Duplicate from checkInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved 71 + umockdev 72 ]; 73 74 strictDeps = true;
+2
pkgs/os-specific/linux/upower/default.nix
··· 64 libusb1 65 udev 66 systemd 67 ] ++ lib.optionals useIMobileDevice [ 68 libimobiledevice 69 ];
··· 64 libusb1 65 udev 66 systemd 67 + # Duplicate from checkInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved 68 + umockdev 69 ] ++ lib.optionals useIMobileDevice [ 70 libimobiledevice 71 ];