about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-06 20:44:39 +0800
committerGitHub <noreply@github.com>2023-06-06 20:44:39 +0800
commit2c2c0ca4a9375096a339990fd9febdc0c9fcda85 (patch)
tree52996d7aa1fc6592a28118453f064d1e2b715f2c /pkgs/desktops
parent4607765abcff4f5a053cfc6fdbb4e3b525ac1f4c (diff)
parent181398d1de64d8b77005996158337426493254f4 (diff)
downloadnixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar.gz
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar.bz2
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar.lz
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar.xz
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.tar.zst
nixlib-2c2c0ca4a9375096a339990fd9febdc0c9fcda85.zip
Merge pull request #236207 from bobby285271/upd/xfce
xfce.xfce4-panel-profiles: 1.0.13 -> 1.0.14
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix
index bb8ff12c3137..f4a2a4ef0d44 100644
--- a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix
+++ b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix
@@ -2,14 +2,14 @@
  gtk3, libxfce4ui, libxfce4util, pango, harfbuzz, gdk-pixbuf, atk }:
 
 let
-  pythonEnv = python3.withPackages(ps: [ ps.pygobject3 ]);
+  pythonEnv = python3.withPackages(ps: [ ps.pygobject3 ps.psutil ]);
   makeTypelibPath = lib.makeSearchPathOutput "lib/girepository-1.0" "lib/girepository-1.0";
 in mkXfceDerivation {
   category = "apps";
   pname = "xfce4-panel-profiles";
-  version = "1.0.13";
+  version = "1.0.14";
 
-  sha256 = "sha256-B3Q5d3KBN5m8wY82CIbIugJC8nNS+OcgKchn+TGrDhc=";
+  sha256 = "sha256-mGA70t2U4mqEbcrj/DDsPl++EKWyZ8YXzKzzVOrH5h8=";
 
   nativeBuildInputs = [ intltool gettext ];
   propagatedBuildInputs = [ pythonEnv ];