mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
aa24688a2b
commit
c2532d05a5
1 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue