guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

204/332: build: qt-utils: Wrap QML2_IMPORT_PATH with 'prefix' location.


From: guix-commits
Subject: 204/332: build: qt-utils: Wrap QML2_IMPORT_PATH with 'prefix' location.
Date: Thu, 3 Aug 2023 05:43:54 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 3e5192e6bb3f1f0d80a87c1e69d6a9f3da267b28
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 21 15:22:59 2023 +0800

    build: qt-utils: Wrap QML2_IMPORT_PATH with 'prefix' location.
    
    Some qml files have optional or circular dependencies, use 'prefix' instead 
of
    '=' to get those dependencies from environment/profile.
    
    * guix/build/qt-utils.scm (variables-for-wrapping): Use 'prefix' for
    QML2_IMPORT_PATH.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 guix/build/qt-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build/qt-utils.scm b/guix/build/qt-utils.scm
index f52e3f7af5..7d1b0e0e23 100644
--- a/guix/build/qt-utils.scm
+++ b/guix/build/qt-utils.scm
@@ -90,7 +90,7 @@
     '("XDG_CONFIG_DIRS" suffix directory "/etc/xdg")
     `("QT_PLUGIN_PATH" prefix directory
       ,(format #f "/lib/qt~a/plugins" qt-major-version))
-    `("QML2_IMPORT_PATH" = directory
+    `("QML2_IMPORT_PATH" prefix directory
       ,(format #f "/lib/qt~a/qml" qt-major-version))
     ;; QTWEBENGINEPROCESS_PATH accepts a single value, which makes 'exact the
     ;; most suitable environment variable type for it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]