summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-15 18:50:03 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-22 07:46:56 +0100
commitd6817e4232ecad2af59212384991fb398451a77b (patch)
tree37b3ac61ace4951197ffd36ae60f98d92d4dc475 /pkgs
parentd6479e0681ed7cdd52bd988674476819ca7b3cc1 (diff)
downloadnixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar.gz
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar.bz2
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar.lz
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar.xz
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.tar.zst
nixpkgs-d6817e4232ecad2af59212384991fb398451a77b.zip
gnome3.gnome-contacts: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-contacts/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix b/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
index c8e17791ad8..9c9b26360aa 100644
--- a/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
@@ -32,6 +32,12 @@ in stdenv.mkDerivation rec {
     patchShebangs meson_post_install.py
   '';
 
+  # In file included from src/gnome-contacts@exe/contacts-avatar-selector.c:30:0:
+  # /nix/store/*-cheese-3.28.0/include/cheese/cheese-widget.h:26:10: fatal error: clutter-gtk/clutter-gtk.h: No such file or directory
+  #  #include <clutter-gtk/clutter-gtk.h>
+  #           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+  NIX_CFLAGS_COMPILE = "-I${clutter-gtk}/include/clutter-gtk-1.0";
+
   doCheck = true;
 
   passthru = {