about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-17 23:01:02 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-18 01:01:02 +0200
commitc8f5d4708b73aadf6723f019e7c29e394b2f5461 (patch)
treea41b62a0cf8f51cfce7e5cf22ce3089d20d60585 /pkgs/desktops
parent9cfbef8bf27c93bb7c73bab9d838617c9c926cc2 (diff)
downloadnixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar.gz
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar.bz2
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar.lz
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar.xz
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.tar.zst
nixlib-c8f5d4708b73aadf6723f019e7c29e394b2f5461.zip
xfce4-13.xfce4-power-manager: 1.6.0 -> 1.6.1 (#43626)
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix b/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
index bf998d2e8190..5389af668820 100644
--- a/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
+++ b/pkgs/desktops/xfce4-13/xfce4-power-manager/default.nix
@@ -4,9 +4,9 @@
 mkXfceDerivation rec {
   category = "xfce";
   pname = "xfce4-power-manager";
-  version = "1.6.0";
+  version = "1.6.1";
 
-  sha256 = "1sh6ydn44j1yki8f020ljayp1fjcigkywcvjp38fsk7j25ni2wrp";
+  sha256 = "0b32m46v3dv1ln3xwlpqbnpflknm4gyfk2w6gn7xjx1k7igcjym3";
 
   nativeBuildInputs = [ automakeAddFlags exo ];
   buildInputs = [ gtk3 libnotify libxfce4ui libxfce4util upower xfconf ];
@@ -14,6 +14,6 @@ mkXfceDerivation rec {
   postPatch = ''
     substituteInPlace configure.ac.in --replace gio-2.0 gio-unix-2.0
     automakeAddFlags src/Makefile.am xfce4_power_manager_CFLAGS GIO_CFLAGS
-    automakeAddFlags src/Makefile.am xfce4_power_manager_settings_CFLAGS GIO_CFLAGS
+    automakeAddFlags settings/Makefile.am xfce4_power_manager_settings_CFLAGS GIO_CFLAGS
   '';
 }