batti: fix eval

This commit is contained in:
Nikolay Amiantov 2016-09-13 13:19:06 +03:00
parent 5d3cf921ca
commit 23ff3dddba

View File

@ -4,7 +4,7 @@
, makeWrapper }: , makeWrapper }:
let let
inherit (pythonPackages) dbus-python pygtk2 python; inherit (pythonPackages) dbus-python pygtk python;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "batti-${version}"; name = "batti-${version}";
@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {
}; };
buildInputs = with stdenv.lib; buildInputs = with stdenv.lib;
[ pkgconfig gettext python gtk2 pygtk2 dbus-python gdk_pixbuf upower makeWrapper ]; [ pkgconfig gettext python gtk2 pygtk dbus-python gdk_pixbuf upower makeWrapper ];
configurePhase = "true"; configurePhase = "true";