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