diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-02-16 16:59:22 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-03-01 13:48:16 +0800 |
commit | 24eabd1eff34673d4a93edf16f92c444cdc1ac3f (patch) | |
tree | b953165bad41ad5e8b8711afefe2aee62e0d35cb | |
parent | 956f44b931f050fbffca51737000b9049808b3ca (diff) |
gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
* gnu/packages/qt.scm (qtwayland)[native-search-paths]: Add QT_PLUGIN_PATH.
Change-Id: I264114e994099e1b46ccddcee956ced929bd6a7e
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c501219437..761d12e31f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1906,6 +1906,10 @@ compositor libraries."))) qtbase vulkan-headers wayland)) + (native-search-paths + (list (search-path-specification + (variable "QT_PLUGIN_PATH") + (files '("lib/qt6/plugins"))))) (synopsis "Qt Wayland module") (description "The Qt Wayland module provides the QtWayland client and compositor libraries.") |