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