about summary refs log tree commit diff
path: root/pkgs/applications/office/spice-up/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/spice-up/default.nix')
-rw-r--r--pkgs/applications/office/spice-up/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/spice-up/default.nix b/pkgs/applications/office/spice-up/default.nix
index 3141223d72837..a32ad677c2572 100644
--- a/pkgs/applications/office/spice-up/default.nix
+++ b/pkgs/applications/office/spice-up/default.nix
@@ -6,7 +6,7 @@
 , gtk3
 , granite
 , gnome3
-, gobjectIntrospection
+, gobject-introspection
 , json-glib
 , cmake
 , ninja
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     ninja
     gettext
     libxml2
-    gobjectIntrospection # For setup hook
+    gobject-introspection # For setup hook
   ];
   buildInputs = [
     gnome3.defaultIconTheme # should be `elementary.defaultIconTheme`when elementary attribute set is merged