summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJames Cook <james.cook@utoronto.ca>2013-09-26 18:55:27 -0700
committerJames Cook <james.cook@utoronto.ca>2013-09-26 18:55:27 -0700
commitbae1462276cf0e86c07d339f2400085e55a9913e (patch)
tree3cb3a70bf44f27ea6a4120c3ad73b79cf7ffea79 /pkgs/desktops
parent2c5230cb64dced96ae47134df27734a4bac63ccf (diff)
downloadnixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar.gz
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar.bz2
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar.lz
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar.xz
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.tar.zst
nixlib-bae1462276cf0e86c07d339f2400085e55a9913e.zip
Disable introspection for gcr.
gcr stopped building after 7fbcc562 (adding introspection into GTK
libs); this gets it to build again.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/gcr/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/core/gcr/default.nix b/pkgs/desktops/gnome-3/core/gcr/default.nix
index cf9774c5511c..44053b88fbc7 100644
--- a/pkgs/desktops/gnome-3/core/gcr/default.nix
+++ b/pkgs/desktops/gnome-3/core/gcr/default.nix
@@ -14,5 +14,7 @@ stdenv.mkDerivation rec {
     libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk
   ];
 
+  configureFlags = "--disable-introspection";
+
   #doCheck = true;
 }