pcloud: fix runtime dependencies (#121495)

This commit is contained in:
239 2021-05-02 15:16:04 +02:00 committed by GitHub
parent df3c94e6c8
commit 9e94b036a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
# Runtime dependencies; # Runtime dependencies;
# A few additional ones (e.g. Node) are already shipped together with the # A few additional ones (e.g. Node) are already shipped together with the
# AppImage, so we don't have to duplicate them here. # AppImage, so we don't have to duplicate them here.
alsaLib, dbus-glib, fuse, gnome3, gtk3, libdbusmenu-gtk2, udev, nss alsaLib, dbus-glib, fuse, gnome3, gtk3, libdbusmenu-gtk2, libXdamage, udev, nss
}: }:
let let
@ -59,6 +59,7 @@ in stdenv.mkDerivation {
fuse fuse
gtk3 gtk3
libdbusmenu-gtk2 libdbusmenu-gtk2
libXdamage
nss nss
udev udev
]; ];