summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-21 10:57:15 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-22 07:48:12 +0100
commit046a5784ca6e8aa7a2b490258f0e2b73c79876fa (patch)
tree884f2441b7dd7778213a0270438008b50dac31ba /pkgs
parenta6456766dbff7fe211a9e99cbfd0e53dcc16bd23 (diff)
downloadnixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar.gz
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar.bz2
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar.lz
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar.xz
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.tar.zst
nixpkgs-046a5784ca6e8aa7a2b490258f0e2b73c79876fa.zip
gnome3.accerciser: fix runtime
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome-3/apps/accerciser/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/apps/accerciser/default.nix b/pkgs/desktops/gnome-3/apps/accerciser/default.nix
index a96d4f7a8ea..513948d3b51 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
+{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gobjectIntrospection
 , itstool, libxml2, python3Packages, at-spi2-core
 , dbus, intltool, libwnck3 }:
 
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
     sha256 = "883306274442c7ecc076b24afca5190c835c40871ded1b9790da69347e9ca3c5";
   };
 
-  nativeBuildInputs = [ pkgconfig wrapGAppsHook itstool intltool ];
+  nativeBuildInputs = [
+    pkgconfig wrapGAppsHook itstool intltool
+    gobjectIntrospection # For setup hook
+  ];
   buildInputs = [
     gtk3 libxml2 python3Packages.python python3Packages.pyatspi
     python3Packages.pygobject3 python3Packages.ipython