Merge pull request #183033 from romildo/fix.lximage-qt

lxqt.lximage-qt: add missing dependence menu-cache
This commit is contained in:
Sandro 2022-07-29 16:34:21 +02:00 committed by GitHub
commit e661684c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; };