gnome3.gnome-contacts: fix build

This commit is contained in:
Jan Tojnar 2018-03-15 18:50:03 +01:00
parent d6479e0681
commit d6817e4232
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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 = {