empathy: fix build

This commit is contained in:
Jan Tojnar 2018-09-14 01:40:23 +02:00
parent 7dc92f639c
commit e22da7680e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,6 @@
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib { stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
, file, librsvg, gnome3, gdk_pixbuf , file, librsvg, gnome3, gdk_pixbuf, python3
, telepathy-glib, telepathy-farstream , telepathy-glib, telepathy-farstream, glibcLocales
, clutter-gtk, clutter-gst, gst_all_1, cogl, gnome-online-accounts , clutter-gtk, clutter-gst, gst_all_1, cogl, gnome-online-accounts
, gcr, libsecret, folks, libpulseaudio, telepathy-mission-control , gcr, libsecret, folks, libpulseaudio, telepathy-mission-control
, telepathy-logger, libnotify, clutter, libsoup, gnutls , telepathy-logger, libnotify, clutter, libsoup, gnutls
@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
sha256 = "0sn10fcymc6lyrabk7vx8lpvlaxxkqnmcwj9zdkfa8qf3388k4nc"; sha256 = "0sn10fcymc6lyrabk7vx8lpvlaxxkqnmcwj9zdkfa8qf3388k4nc";
}; };
passthru = {
updateScript = gnome3.updateScript { packageName = "empathy"; };
};
propagatedUserEnvPkgs = [ propagatedUserEnvPkgs = [
gnome-online-accounts shared-mime-info gnome-online-accounts shared-mime-info
]; ];
@ -30,7 +26,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig libtool intltool itstool file wrapGAppsHook pkgconfig libtool intltool itstool file wrapGAppsHook
libxml2 libxslt yelp-xsl libxml2 libxslt yelp-xsl python3 glibcLocales
]; ];
buildInputs = [ buildInputs = [
gtk3 glib webkitgtk icu gnome-online-accounts gtk3 glib webkitgtk icu gnome-online-accounts
@ -49,6 +45,14 @@ stdenv.mkDerivation rec {
cheese libgudev cheese libgudev
]; ];
LC_ALL = "en_US.UTF-8";
passthru = {
updateScript = gnome3.updateScript {
packageName = "empathy";
};
};
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Empathy; homepage = https://wiki.gnome.org/Apps/Empathy;
description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols"; description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols";