From e55b330b9d3a5b0b253b81877b6b03e0e179f384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Tue, 6 Sep 2022 19:37:06 -0300 Subject: [PATCH] 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 --- pkgs/desktops/lxqt/lxqt-archiver/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/desktops/lxqt/lxqt-archiver/default.nix b/pkgs/desktops/lxqt/lxqt-archiver/default.nix index fc33e5a683ec..d3ddb03b9271 100644 --- a/pkgs/desktops/lxqt/lxqt-archiver/default.nix +++ b/pkgs/desktops/lxqt/lxqt-archiver/default.nix @@ -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