viber: 6.0.1.5 -> 6.5.5.1481
This commit is contained in:
parent
90e0ed32ef
commit
0d7de0e431
@ -1,20 +1,17 @@
|
|||||||
{fetchurl, stdenv, dpkg, makeWrapper,
|
{fetchurl, stdenv, dpkg, makeWrapper,
|
||||||
alsaLib, cups, curl, dbus, expat, fontconfig, freetype, glib, gst_all_1, harfbuzz, libcap,
|
alsaLib, cups, curl, dbus, expat, fontconfig, freetype, glib, gst_all_1, harfbuzz, libcap,
|
||||||
libpulseaudio, mesa, nspr, nss, systemd, wayland, xorg, zlib, ...
|
libpulseaudio, libxml2, libxslt, mesa, nspr, nss, openssl, systemd, wayland, xorg, zlib, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.system == "x86_64-linux";
|
assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
# BUG: Viber requires running tray application, segfaulting if it's missing
|
|
||||||
# FIX: Start something like `stalonetray` if you DE doesn't provide tray
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "viber-${version}";
|
name = "viber-${version}";
|
||||||
version = "6.0.1.5";
|
version = "6.5.5.1481";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
|
url = "http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb";
|
||||||
sha256 = "026vp2pv66b2dlwi5w5wk4yjnnmnsqapdww98p7xdnz8n0hnsbbi";
|
sha256 = "0gvpaprfki04x66ga2ljksspdxd4cz455h92a7i2dnd69w1kik5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dpkg makeWrapper ];
|
buildInputs = [ dpkg makeWrapper ];
|
||||||
@ -35,9 +32,12 @@ stdenv.mkDerivation rec {
|
|||||||
harfbuzz
|
harfbuzz
|
||||||
libcap
|
libcap
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
|
libxml2
|
||||||
|
libxslt
|
||||||
mesa
|
mesa
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
openssl
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
systemd
|
systemd
|
||||||
wayland
|
wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user