about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-03-09 11:23:54 +0000
committervolth <volth@volth.com>2019-03-09 11:24:07 +0000
commit84aed5da352ede644813b84bbea13fd9508bebde (patch)
treec622eda53d53814841561be847ddb3a2331deae3 /pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
parent4e2c477cf83d88c3fd438d1fb369101b694142ab (diff)
downloadnixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar.gz
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar.bz2
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar.lz
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar.xz
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.tar.zst
nixlib-84aed5da352ede644813b84bbea13fd9508bebde.zip
gnome2.gtkmm2 -> gtkmm2
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
index d18c3b8ee256..79f0800ff34c 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-hardware-monitor-plugin.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, autoreconfHook, gnome2,
+{ stdenv, fetchurl, pkgconfig, intltool, autoreconfHook, gnome2, gtkmm2,
   libgtop, libxfce4ui, libxfce4util, xfce4-panel, lm_sensors
 }:
 
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    gnome2.gtkmm2
+    gtkmm2
     gnome2.libgnomecanvas
     gnome2.libgnomecanvasmm
     libgtop