keybinder: remove redundant arg

This commit is contained in:
Domen Kozar 2014-03-14 13:28:41 +01:00
parent 5a807eaedb
commit a48658c3c6

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk { stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, gnome3, pygobject3, pygtk
, gtk_doc, gtk2, python, pygtk3, pygobject, lua, libX11, libXext, libXrender, gobjectIntrospection , gtk_doc, gtk2, python, pygobject, lua, libX11, libXext, libXrender, gobjectIntrospection
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {