summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/batti/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/batti/default.nix')
-rw-r--r--pkgs/applications/misc/batti/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/batti/default.nix b/pkgs/applications/misc/batti/default.nix
index 14416c24d23e..22f03419e5b8 100644
--- a/pkgs/applications/misc/batti/default.nix
+++ b/pkgs/applications/misc/batti/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl
, pkgconfig, gettext, pythonPackages
-, gtk, gdk_pixbuf, upower
+, gtk2, gdk_pixbuf, upower
, makeWrapper }:
let
- inherit (pythonPackages) dbus-python pygtk python;
+ inherit (pythonPackages) dbus-python pygtk2 python;
in stdenv.mkDerivation rec {
name = "batti-${version}";
@@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = with stdenv.lib;
- [ pkgconfig gettext python gtk pygtk dbus-python gdk_pixbuf upower makeWrapper ];
+ [ pkgconfig gettext python gtk2 pygtk2 dbus-python gdk_pixbuf upower makeWrapper ];
configurePhase = "true";