mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
empathy: fix build
This commit is contained in:
parent
7dc92f639c
commit
e22da7680e
@ -1,6 +1,6 @@
|
||||
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
|
||||
, file, librsvg, gnome3, gdk_pixbuf
|
||||
, telepathy-glib, telepathy-farstream
|
||||
, 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
|
||||
@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0sn10fcymc6lyrabk7vx8lpvlaxxkqnmcwj9zdkfa8qf3388k4nc";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript { packageName = "empathy"; };
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [
|
||||
gnome-online-accounts shared-mime-info
|
||||
];
|
||||
@ -30,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgconfig libtool intltool itstool file wrapGAppsHook
|
||||
libxml2 libxslt yelp-xsl
|
||||
libxml2 libxslt yelp-xsl python3 glibcLocales
|
||||
];
|
||||
buildInputs = [
|
||||
gtk3 glib webkitgtk icu gnome-online-accounts
|
||||
@ -49,6 +45,14 @@ stdenv.mkDerivation rec {
|
||||
cheese libgudev
|
||||
];
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = "empathy";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://wiki.gnome.org/Apps/Empathy;
|
||||
description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols";
|
||||
|
Loading…
Reference in New Issue
Block a user