empathy: clean up slightly
This commit is contained in:
parent
59b226350a
commit
f3f73844bc
@ -12,7 +12,6 @@
|
|||||||
, python3
|
, python3
|
||||||
, telepathy-glib
|
, telepathy-glib
|
||||||
, telepathy-farstream
|
, telepathy-farstream
|
||||||
, glibcLocales
|
|
||||||
, clutter-gtk
|
, clutter-gtk
|
||||||
, clutter-gst
|
, clutter-gst
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
@ -60,11 +59,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0sn10fcymc6lyrabk7vx8lpvlaxxkqnmcwj9zdkfa8qf3388k4nc";
|
sha256 = "0sn10fcymc6lyrabk7vx8lpvlaxxkqnmcwj9zdkfa8qf3388k4nc";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [
|
|
||||||
gnome-online-accounts
|
|
||||||
shared-mime-info
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
folks
|
folks
|
||||||
telepathy-logger
|
telepathy-logger
|
||||||
@ -83,7 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
libxslt
|
libxslt
|
||||||
yelp-xsl
|
yelp-xsl
|
||||||
python3
|
python3
|
||||||
glibcLocales
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -131,7 +124,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
preFixup = ''
|
||||||
|
gappsWrapperArgs+=(
|
||||||
|
--prefix XDG_DATA_DIRS : "${shared-mime-info}/share"
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user