lxqt.lxqt-archiver: add missing dependence libraries

Fixes the error while loading shared libraries:
- libmenu-cache.so.3: cannot open shared object file: No such file or directory
- libexif.so.12: cannot open shared object file: No such file or directory
This commit is contained in:
José Romildo 2022-09-06 19:37:06 -03:00
parent c0f3a3ac7a
commit e55b330b9d

View file

@ -5,7 +5,9 @@
, pkg-config
, lxqt-build-tools
, json-glib
, libexif
, libfm-qt
, menu-cache
, qtbase
, qttools
, qtx11extras
@ -31,7 +33,9 @@ mkDerivation rec {
buildInputs = [
json-glib
libexif
libfm-qt
menu-cache
qtbase
qttools
qtx11extras