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:
parent
c7532da9f8
commit
237a7bfdc0
1 changed files with 2 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue