gnome3.gnome-contacts: clean up
This commit is contained in:
parent
ec4b52e968
commit
83d3362d11
@ -1,8 +1,30 @@
|
|||||||
{ stdenv, gettext, fetchurl, evolution-data-server, fetchpatch
|
{ stdenv
|
||||||
, pkgconfig, libxslt, docbook_xsl, docbook_xml_dtd_42, python3, gtk3, glib, cheese
|
, gettext
|
||||||
, libchamplain, clutter-gtk, geocode-glib, gnome-desktop, gnome-online-accounts
|
, fetchurl
|
||||||
, wrapGAppsHook, folks, libxml2, gnome3
|
, evolution-data-server
|
||||||
, vala, meson, ninja, libhandy, gsettings-desktop-schemas
|
, fetchpatch
|
||||||
|
, pkgconfig
|
||||||
|
, libxslt
|
||||||
|
, docbook_xsl
|
||||||
|
, docbook_xml_dtd_42
|
||||||
|
, python3
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, cheese
|
||||||
|
, libchamplain
|
||||||
|
, clutter-gtk
|
||||||
|
, geocode-glib
|
||||||
|
, gnome-desktop
|
||||||
|
, gnome-online-accounts
|
||||||
|
, wrapGAppsHook
|
||||||
|
, folks
|
||||||
|
, libxml2
|
||||||
|
, gnome3
|
||||||
|
, vala
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, libhandy
|
||||||
|
, gsettings-desktop-schemas
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,22 +36,38 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9";
|
sha256 = "0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ evolution-data-server ];
|
propagatedUserEnvPkgs = [
|
||||||
|
evolution-data-server
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig vala gettext libxslt docbook_xsl docbook_xml_dtd_42 python3 wrapGAppsHook
|
meson
|
||||||
|
ninja
|
||||||
|
pkgconfig
|
||||||
|
vala
|
||||||
|
gettext
|
||||||
|
libxslt
|
||||||
|
docbook_xsl
|
||||||
|
docbook_xml_dtd_42
|
||||||
|
python3
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib evolution-data-server gsettings-desktop-schemas
|
gtk3
|
||||||
folks gnome-desktop libhandy
|
glib
|
||||||
libxml2 gnome-online-accounts cheese
|
evolution-data-server
|
||||||
gnome3.adwaita-icon-theme libchamplain clutter-gtk geocode-glib
|
gsettings-desktop-schemas
|
||||||
];
|
folks
|
||||||
|
gnome-desktop
|
||||||
mesonFlags = [
|
libhandy
|
||||||
# Upstream does not seem to maintain this properly: https://gitlab.gnome.org/GNOME/gnome-contacts/issues/103
|
libxml2
|
||||||
"-Dtelepathy=false"
|
gnome-online-accounts
|
||||||
|
cheese
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
libchamplain
|
||||||
|
clutter-gtk
|
||||||
|
geocode-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -37,12 +75,6 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs build-aux/meson_post_install.py
|
patchShebangs build-aux/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${stdenv.lib.getDev clutter-gtk}/include/clutter-gtk-1.0";
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -56,7 +88,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://wiki.gnome.org/Apps/Contacts";
|
homepage = "https://wiki.gnome.org/Apps/Contacts";
|
||||||
description = "GNOME’s integrated address book";
|
description = "GNOME’s integrated address book";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user