diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-13 17:26:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 19:10:56 +0800 |
commit | c2532d05a52a826223a5659d104bf7d73af3e396 (patch) | |
tree | 19314da3132bf128bf32f658e1ac23fd650b0834 /gnu/packages | |
parent | aa24688a2bfebde4707c364847c26f67cdce03dd (diff) |
gnu: lxqt: Add native-search-paths for QT_PLUGIN_PATH.
* gnu/packages/lxqt.scm (lxqt)[native-search-paths]: Add QT_PLUGIN_PATH.
Change-Id: Ifcb37f735b9f65a39b47735a9b80e81b08b85315
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lxqt.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index b9bf1da5c7..45db8bdc6e 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1088,6 +1088,11 @@ like @command{tar} and @command{zip}.") pavucontrol-qt qps qterminal)) + (native-search-paths + (list (search-path-specification + ;; For finding qtsvg, lxqt-qtplugin, etc. + (variable "QT_PLUGIN_PATH") + (files '("lib/qt6/plugins"))))) (synopsis "The Lightweight Qt Desktop Environment") (description "LXQt is a lightweight Qt desktop environment.") (home-page "https://lxqt-project.org") |