empathy: format with nixpgks-format
This commit is contained in:
parent
e4946cf050
commit
59b226350a
@ -1,13 +1,55 @@
|
||||
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
||||
, file, librsvg, gnome3, gdk-pixbuf, python3
|
||||
, telepathy-glib, telepathy-farstream, glibcLocales
|
||||
, clutter-gtk, clutter-gst, gst_all_1, cogl, gnome-online-accounts
|
||||
, gcr, libsecret, folks, libpulseaudio, telepathy-mission-control
|
||||
, telepathy-logger, libnotify, clutter, libsoup, gnutls
|
||||
, evolution-data-server, yelp-xsl
|
||||
, libcanberra-gtk3, p11-kit, farstream, libtool, shared-mime-info
|
||||
, wrapGAppsHook, itstool, libxml2, libxslt, icu, libgee, gsettings-desktop-schemas
|
||||
, isocodes, enchant, libchamplain, geoclue2, geocode-glib, cheese, libgudev }:
|
||||
{ stdenv
|
||||
, intltool
|
||||
, fetchurl
|
||||
, webkitgtk
|
||||
, pkgconfig
|
||||
, gtk3
|
||||
, glib
|
||||
, file
|
||||
, librsvg
|
||||
, gnome3
|
||||
, gdk-pixbuf
|
||||
, python3
|
||||
, telepathy-glib
|
||||
, telepathy-farstream
|
||||
, glibcLocales
|
||||
, clutter-gtk
|
||||
, clutter-gst
|
||||
, gst_all_1
|
||||
, cogl
|
||||
, gnome-online-accounts
|
||||
, gcr
|
||||
, libsecret
|
||||
, folks
|
||||
, libpulseaudio
|
||||
, telepathy-mission-control
|
||||
, telepathy-logger
|
||||
, libnotify
|
||||
, clutter
|
||||
, libsoup
|
||||
, gnutls
|
||||
, evolution-data-server
|
||||
, yelp-xsl
|
||||
, libcanberra-gtk3
|
||||
, p11-kit
|
||||
, farstream
|
||||
, libtool
|
||||
, shared-mime-info
|
||||
, wrapGAppsHook
|
||||
, itstool
|
||||
, libxml2
|
||||
, libxslt
|
||||
, icu
|
||||
, libgee
|
||||
, gsettings-desktop-schemas
|
||||
, isocodes
|
||||
, enchant
|
||||
, libchamplain
|
||||
, geoclue2
|
||||
, geocode-glib
|
||||
, cheese
|
||||
, libgudev
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "empathy";
|
||||
@ -19,30 +61,72 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [
|
||||
gnome-online-accounts shared-mime-info
|
||||
gnome-online-accounts
|
||||
shared-mime-info
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
folks telepathy-logger evolution-data-server telepathy-mission-control
|
||||
folks
|
||||
telepathy-logger
|
||||
evolution-data-server
|
||||
telepathy-mission-control
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig libtool intltool itstool file wrapGAppsHook
|
||||
libxml2 libxslt yelp-xsl python3 glibcLocales
|
||||
pkgconfig
|
||||
libtool
|
||||
intltool
|
||||
itstool
|
||||
file
|
||||
wrapGAppsHook
|
||||
libxml2
|
||||
libxslt
|
||||
yelp-xsl
|
||||
python3
|
||||
glibcLocales
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk3 glib webkitgtk icu gnome-online-accounts
|
||||
telepathy-glib clutter-gtk clutter-gst cogl
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||
gcr libsecret libpulseaudio gdk-pixbuf
|
||||
libnotify clutter libsoup gnutls libgee p11-kit
|
||||
libcanberra-gtk3 telepathy-farstream farstream
|
||||
gnome3.adwaita-icon-theme gsettings-desktop-schemas
|
||||
gtk3
|
||||
glib
|
||||
webkitgtk
|
||||
icu
|
||||
gnome-online-accounts
|
||||
telepathy-glib
|
||||
clutter-gtk
|
||||
clutter-gst
|
||||
cogl
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gcr
|
||||
libsecret
|
||||
libpulseaudio
|
||||
gdk-pixbuf
|
||||
libnotify
|
||||
clutter
|
||||
libsoup
|
||||
gnutls
|
||||
libgee
|
||||
p11-kit
|
||||
libcanberra-gtk3
|
||||
telepathy-farstream
|
||||
farstream
|
||||
gnome3.adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
librsvg
|
||||
|
||||
# Spell-checking
|
||||
enchant isocodes
|
||||
enchant
|
||||
isocodes
|
||||
|
||||
# Display maps, location awareness, geocode support
|
||||
libchamplain geoclue2 geocode-glib
|
||||
libchamplain
|
||||
geoclue2
|
||||
geocode-glib
|
||||
|
||||
# Cheese webcam support, camera monitoring
|
||||
cheese libgudev
|
||||
cheese
|
||||
libgudev
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user