summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods/ibus
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-02 12:41:15 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-02 12:42:29 +0100
commita51a99c69041d155892bde91be4993fb29bbea65 (patch)
tree76b4f1ba1ef321dd5b48abc88ba9f539bc360287 /pkgs/tools/inputmethods/ibus
parent330ab9bc2b586d2523a1f9924218c67f8aafa492 (diff)
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
Diffstat (limited to 'pkgs/tools/inputmethods/ibus')
-rw-r--r--pkgs/tools/inputmethods/ibus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus/default.nix b/pkgs/tools/inputmethods/ibus/default.nix
index 3b6f3c989a33..16580aac9557 100644
--- a/pkgs/tools/inputmethods/ibus/default.nix
+++ b/pkgs/tools/inputmethods/ibus/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, gconf, intltool, makeWrapper, pkgconfig
-, vala, wrapGAppsHook, dbus, dconf ? null, glib, gdk_pixbuf, gobjectIntrospection, gtk2
+, vala, wrapGAppsHook, dbus, dconf ? null, glib, gdk_pixbuf, gobject-introspection, gtk2
, gtk3, gtk-doc, isocodes, python3, json-glib, libnotify ? null, enablePythonLibrary ? true
, enableUI ? true, withWayland ? false, libxkbcommon ? null, wayland ? null
, buildPackages }:
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
dbus
dconf
gdk_pixbuf
- gobjectIntrospection
+ gobject-introspection
gtk2
gtk3
isocodes