summary refs log tree commit diff
path: root/pkgs/os-specific/linux/power-profiles-daemon
diff options
context:
space:
mode:
authorBenedikt Tissot <benedikt.tissot@googlemail.com>2021-04-05 10:04:44 +0200
committerBenedikt Tissot <benedikt.tissot@googlemail.com>2021-04-05 10:04:44 +0200
commit5945bcfed09065c745628ea76391e75a4a423a88 (patch)
tree0b7bd195259c0cc38ee3913bf8022f31e28f7568 /pkgs/os-specific/linux/power-profiles-daemon
parent34bc549bfc31ff64a922af52e8c552aad9c655a4 (diff)
downloadnixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar.gz
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar.bz2
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar.lz
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar.xz
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.tar.zst
nixpkgs-5945bcfed09065c745628ea76391e75a4a423a88.zip
power-profiles-daemon: 0.1 -> 0.8.1
Diffstat (limited to 'pkgs/os-specific/linux/power-profiles-daemon')
-rw-r--r--pkgs/os-specific/linux/power-profiles-daemon/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/power-profiles-daemon/default.nix b/pkgs/os-specific/linux/power-profiles-daemon/default.nix
index c477e6f3679..03267b8e9ae 100644
--- a/pkgs/os-specific/linux/power-profiles-daemon/default.nix
+++ b/pkgs/os-specific/linux/power-profiles-daemon/default.nix
@@ -15,11 +15,12 @@
 , libxslt
 , upower
 , systemd
+, python3
 }:
 
 stdenv.mkDerivation rec {
   pname = "power-profiles-daemon";
-  version = "0.1";
+  version = "0.8.1";
 
   outputs = [ "out" "devdoc" ];
 
@@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "hadess";
     repo = "power-profiles-daemon";
     rev = version;
-    sha256 = "012w3aryw5d43dr9jj5i6wy2a0n21jidr4ggs9ix7d4z9byr175w";
+    sha256 = "sha256-OnCUr7KWVPpYGDseBUcJD/PdOobvFnyNA97NhnKbTKY=";
   };
 
   nativeBuildInputs = [
@@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
     systemd
     upower
     glib
+    (python3.withPackages (ps: with ps; [ ps.pygobject3 ])) # for cli tool
   ];
 
   mesonFlags = [