[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
From: |
guix-commits |
Subject: |
01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH. |
Date: |
Fri, 1 Mar 2024 01:19:17 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 24eabd1eff34673d4a93edf16f92c444cdc1ac3f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Feb 16 16:59:22 2024 +0800
gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
* 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 @@ 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.")
- branch master updated (956f44b931 -> 9a47afb3de), guix-commits, 2024/03/01
- 04/09: gnu: reproc: Enable reproc++., guix-commits, 2024/03/01
- 01/09: gnu: qtwayland: Add search path for QT_PLUGIN_PATH.,
guix-commits <=
- 06/09: gnu: gmid: Update to 2.0.1., guix-commits, 2024/03/01
- 08/09: gnu: go-github-com-signintech-gopdf: Update to 0.22.1., guix-commits, 2024/03/01
- 09/09: gnu: go-github-com-signintech-gopdf: Remove examples., guix-commits, 2024/03/01
- 02/09: gnu: b4: Update to 0.13.0., guix-commits, 2024/03/01
- 03/09: gnu: pipewire: Update to 1.0.3., guix-commits, 2024/03/01
- 05/09: gnu: reproc: Improve package style., guix-commits, 2024/03/01
- 07/09: gnu: cage: Fix cross-compilation., guix-commits, 2024/03/01