summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-12-13 10:41:42 +0100
committerJan Tojnar <jtojnar@gmail.com>2017-12-22 23:27:35 +0100
commit2f14c9da68231821778da560469c2ef41f64f69c (patch)
tree78cca72462e048c32926afd9bef6c893c6e2f671 /pkgs/desktops
parentff2bda33cc07631d08ada2935021a342518fc3e6 (diff)
downloadnixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar.gz
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar.bz2
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar.lz
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar.xz
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.tar.zst
nixlib-2f14c9da68231821778da560469c2ef41f64f69c.zip
simple-scan: add gobject introspection dependency
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/simple-scan/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/simple-scan/default.nix b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
index 27a1e4b0be5b..a30467c1862d 100644
--- a/pkgs/desktops/gnome-3/core/simple-scan/default.nix
+++ b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
@@ -1,13 +1,17 @@
 { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, itstool, wrapGAppsHook
 , cairo, gdk_pixbuf, colord, glib, gtk, gusb, packagekit, libwebp
-, libxml2, sane-backends, vala, gnome3 }:
+, libxml2, sane-backends, vala, gnome3, gobjectIntrospection }:
 
 stdenv.mkDerivation rec {
   inherit (import ./src.nix fetchurl) name src;
 
   buildInputs = [ cairo gdk_pixbuf colord glib gnome3.defaultIconTheme gusb
                 gtk libwebp packagekit sane-backends vala ];
-  nativeBuildInputs = [ meson ninja gettext itstool pkgconfig wrapGAppsHook libxml2 ];
+  nativeBuildInputs = [
+    meson ninja gettext itstool pkgconfig wrapGAppsHook libxml2
+    # For setup hook
+    gobjectIntrospection
+  ];
 
   postPatch = ''
     patchShebangs data/meson_compile_gschema.py