Merge pull request #183033 from romildo/fix.lximage-qt
lxqt.lximage-qt: add missing dependence menu-cache
This commit is contained in:
commit
e661684c54
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