Merge pull request #219384 from prtzl/viber

viber: fix no internet error
This commit is contained in:
Arseniy Seroka 2023-03-03 18:49:58 +01:00 committed by GitHub
commit 0e84e5a84d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{fetchurl, lib, stdenv, dpkg, makeWrapper,
alsa-lib, cups, curl, dbus, expat, fontconfig, freetype, glib, gst_all_1,
harfbuzz, libcap, libGL, libGLU, libpulseaudio, libxkbcommon, libxml2, libxslt,
nspr, nss, openssl, systemd, wayland, xorg, zlib, ...
nspr, nss, openssl_1_1, systemd, wayland, xorg, zlib, ...
}:
stdenv.mkDerivation {