Skip to content

Commit

Permalink
Merge pull request #182687 from YorikSar/upower-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Jul 24, 2022
2 parents 687d59d + ae5ee42 commit 66f6d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/power-profiles-daemon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/upower/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit 66f6d19

Please sign in to comment.