Skip to content

Commit f247420

Browse files
committed
1 parent be2656a commit f247420

File tree

1 file changed

+4
-0
lines changed
  • pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin

1 file changed

+4
-0
lines changed

pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
gettext,
66
pkg-config,
77
xfce4-panel,
8+
libgtop,
89
libxfce4ui,
10+
upower,
911
xfconf,
1012
gitUpdater,
1113
}:
@@ -28,7 +30,9 @@ stdenv.mkDerivation rec {
2830
];
2931

3032
buildInputs = [
33+
libgtop
3134
libxfce4ui
35+
upower
3236
xfce4-panel
3337
xfconf
3438
];

0 commit comments

Comments
 (0)