lxqt.lximage-qt: add missing dependence menu-cache

Fixes the error while loading shared libraries: libmenu-cache.so.3: cannot open
shared object file: No such file or directory
This commit is contained in:
José Romildo 2022-07-26 19:42:03 -03:00
parent c7532da9f8
commit 237a7bfdc0

View file

@ -12,6 +12,7 @@
, lxqt-build-tools
, libfm-qt
, libexif
, menu-cache
, lxqtUpdateScript
}:
@ -42,6 +43,7 @@ mkDerivation rec {
xorg.libpthreadstubs
xorg.libXdmcp
libexif
menu-cache
];
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };