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;
# A few additional ones (e.g. Node) are already shipped together with the
# 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
@ -59,6 +59,7 @@ in stdenv.mkDerivation {
fuse
gtk3
libdbusmenu-gtk2
libXdamage
nss
udev
];