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
|
, lxqt-build-tools
|
||||||
, libfm-qt
|
, libfm-qt
|
||||||
, libexif
|
, libexif
|
||||||
|
, menu-cache
|
||||||
, lxqtUpdateScript
|
, lxqtUpdateScript
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ mkDerivation rec {
|
|||||||
xorg.libpthreadstubs
|
xorg.libpthreadstubs
|
||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
libexif
|
libexif
|
||||||
|
menu-cache
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
|
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
|
||||||
|
Loading…
Reference in New Issue
Block a user