gnome3.empathy: enable more features
This commit is contained in:
parent
779a0388fc
commit
cb4e5f94f4
@ -6,9 +6,8 @@
|
|||||||
, telepathy_logger, libnotify, clutter, libsoup, gnutls
|
, telepathy_logger, libnotify, clutter, libsoup, gnutls
|
||||||
, evolution_data_server, yelp_xsl
|
, evolution_data_server, yelp_xsl
|
||||||
, libcanberra_gtk3, p11_kit, farstream, libtool, shared_mime_info
|
, libcanberra_gtk3, p11_kit, farstream, libtool, shared_mime_info
|
||||||
, bash, wrapGAppsHook, itstool, libxml2, libxslt, icu, libgee }:
|
, bash, wrapGAppsHook, itstool, libxml2, libxslt, icu, libgee
|
||||||
|
, isocodes, enchant, libchamplain, geoclue2, geocode_glib, cheese, libgudev }:
|
||||||
# TODO: enable more features
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
@ -24,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
libxml2 libxslt yelp_xsl
|
libxml2 libxslt yelp_xsl
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib webkitgtk icu
|
gtk3 glib webkitgtk icu gnome_online_accounts
|
||||||
telepathy_glib clutter_gtk clutter-gst cogl
|
telepathy_glib clutter_gtk clutter-gst cogl
|
||||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||||
gcr libsecret libpulseaudio gdk_pixbuf
|
gcr libsecret libpulseaudio gdk_pixbuf
|
||||||
@ -32,6 +31,12 @@ stdenv.mkDerivation rec {
|
|||||||
libcanberra_gtk3 telepathy_farstream farstream
|
libcanberra_gtk3 telepathy_farstream farstream
|
||||||
gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas
|
gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas
|
||||||
librsvg
|
librsvg
|
||||||
|
# Spell-checking
|
||||||
|
enchant isocodes
|
||||||
|
# Display maps, location awareness, geocode support
|
||||||
|
libchamplain geoclue2 geocode_glib
|
||||||
|
# Cheese webcam support, camera monitoring
|
||||||
|
cheese libgudev
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user