about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-06-16 19:59:06 +0000
committerAlyssa Ross <hi@alyssa.is>2019-06-16 19:59:05 +0000
commitf3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a (patch)
treefc248141d976626274065a36839f64bd2dd3db99 /pkgs/tools/inputmethods
parentccee4117be08f0474640e06f76a7881389fb7b47 (diff)
downloadnixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.gz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.bz2
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.lz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.xz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.zst
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.zip
treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix
index cb42d959d12f..31ac23b395c7 100644
--- a/pkgs/tools/inputmethods/ibus/default.nix
+++ b/pkgs/tools/inputmethods/ibus/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, substituteAll, fetchurl, runCommand, fetchFromGitHub, autoreconfHook, gettext, makeWrapper, pkgconfig
+{ stdenv, substituteAll, fetchurl, fetchFromGitHub, autoreconfHook, gettext, makeWrapper, pkgconfig
 , vala, wrapGAppsHook, dbus, dconf ? null, glib, gdk_pixbuf, gobject-introspection, gtk2
 , gtk3, gtk-doc, isocodes, python3, json-glib, libnotify ? null, enablePython2Library ? false
 , enableUI ? true, withWayland ? false, libxkbcommon ? null, wayland ? null