From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 69264@debbugs.gnu.org
Cc: "Hilton Chain" <hako@ultrarare.space>,
"Andreas Enge" <andreas@enge.fr>,
"Maxim Cournoyer" <maxim.cournoyer@gmail.com>,
宋文武 <iyzsong@envs.net>
Subject: [bug#69264] [PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
Date: Mon, 19 Feb 2024 15:40:28 +0800 [thread overview]
Message-ID: <e9eb649d14bd7619c7f548b454a23232d064378e.1708097194.git.hako@ultrarare.space> (raw)
* 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
next reply other threads:[~2024-02-19 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-19 7:40 Hilton Chain via Guix-patches via [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e9eb649d14bd7619c7f548b454a23232d064378e.1708097194.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=69264@debbugs.gnu.org \
--cc=andreas@enge.fr \
--cc=hako@ultrarare.space \
--cc=iyzsong@envs.net \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.