about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/apps/accerciser
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/desktops/gnome-3/apps/accerciser
parent330ab9bc2b586d2523a1f9924218c67f8aafa492 (diff)
downloadnixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.gz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.bz2
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.lz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.xz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.zst
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.zip
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
Diffstat (limited to 'pkgs/desktops/gnome-3/apps/accerciser')
-rw-r--r--pkgs/desktops/gnome-3/apps/accerciser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/apps/accerciser/default.nix b/pkgs/desktops/gnome-3/apps/accerciser/default.nix
index feb865743e6c..5de7d93f49c6 100644
--- a/pkgs/desktops/gnome-3/apps/accerciser/default.nix
+++ b/pkgs/desktops/gnome-3/apps/accerciser/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gobjectIntrospection
+{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gobject-introspection
 , itstool, libxml2, python3Packages, at-spi2-core
 , dbus, intltool, libwnck3 }:
 
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     pkgconfig wrapGAppsHook itstool intltool
-    gobjectIntrospection # For setup hook
+    gobject-introspection # For setup hook
   ];
   buildInputs = [
     gtk3 libxml2 python3Packages.python python3Packages.pyatspi