Merge pull request #87623 from wamserma/lxqt-fix-wallpaper
lxqt.pcmanfm-qt: fix default wallpaper
This commit is contained in:
commit
6a12c20c59
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ mkDerivation rec {
|
|||
|
||||
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace config/pcmanfm-qt/lxqt/settings.conf.in --replace @LXQT_SHARE_DIR@ /run/current-system/sw/share/lxqt
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)";
|
||||
homepage = "https://github.com/lxqt/pcmanfm-qt";
|
||||
|
|
Loading…
Reference in a new issue