* [bug#69264] [PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
@ 2024-02-19 7:40 Hilton Chain via Guix-patches via
[not found] ` <handler.69264.B.170832849227419.ack@debbugs.gnu.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-19 7:40 UTC (permalink / raw)
To: 69264; +Cc: Hilton Chain, Andreas Enge, Maxim Cournoyer,
宋文武
* gnu/packages/qt.scm (qtwayland)[native-search-paths]: Add QT_PLUGIN_PATH.
Change-Id: I264114e994099e1b46ccddcee956ced929bd6a7e
---
gnu/packages/qt.scm | 4 ++++
1 file changed, 4 insertions(+)
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 @@ (define-public qtwayland
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.")
base-commit: e3586aa61d58fd8992abb594edc2168d5bf5a6da
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69264: Acknowledgement ([PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.)
[not found] ` <handler.69264.B.170832849227419.ack@debbugs.gnu.org>
@ 2024-03-01 6:20 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-01 6:20 UTC (permalink / raw)
To: 69264-done
Applied as 24eabd1eff34673d4a93edf16f92c444cdc1ac3f, closing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-01 6:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19 7:40 [bug#69264] [PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH Hilton Chain via Guix-patches via
[not found] ` <handler.69264.B.170832849227419.ack@debbugs.gnu.org>
2024-03-01 6:20 ` bug#69264: Acknowledgement ([PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.) Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.