mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #183033 from romildo/fix.lximage-qt
lxqt.lximage-qt: add missing dependence menu-cache
This commit is contained in:
commit
e661684c54
@ -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 New Issue
Block a user