summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-26 18:45:10 +0200
committerGitHub <noreply@github.com>2021-06-26 18:45:10 +0200
commit00adfcb076d3525b4ebff13f45f066026304436c (patch)
treead7470f1223b6f7929c1397ed84b4ae9f5930edb /pkgs/desktops
parent6e289155b396623c775cf7890a9712b9a37c9655 (diff)
parent94c53c7a3b82cda5e836b2eb460eca32bb6e3c02 (diff)
downloadnixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar.gz
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar.bz2
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar.lz
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar.xz
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.tar.zst
nixpkgs-00adfcb076d3525b4ebff13f45f066026304436c.zip
Merge pull request #128168 from musfay/xfce4-power-manager-fix
xfce.xfce4-power-manager: depends on xfce4-panel
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/core/xfce4-power-manager/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix b/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix
index 76672b660a1..9877027c403 100644
--- a/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix
+++ b/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix
@@ -1,5 +1,5 @@
 { mkXfceDerivation, automakeAddFlags, exo, gtk3, libnotify
-, libxfce4ui, libxfce4util, upower, xfconf }:
+, libxfce4ui, libxfce4util, upower, xfconf, xfce4-panel }:
 
 mkXfceDerivation {
   category = "xfce";
@@ -9,7 +9,7 @@ mkXfceDerivation {
   sha256 = "sha256-Qk++1db+agiU99p+QW8/WNnNqFVejV/BcnmgvfoB3OU=";
 
   nativeBuildInputs = [ automakeAddFlags exo ];
-  buildInputs = [ gtk3 libnotify libxfce4ui libxfce4util upower xfconf ];
+  buildInputs = [ gtk3 libnotify libxfce4ui libxfce4util upower xfconf xfce4-panel ];
 
   postPatch = ''
     substituteInPlace configure.ac.in --replace gio-2.0 gio-unix-2.0