diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-19 05:02:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-19 05:02:00 +0800 |
commit | 597af70fd24eb85a85fa8c45008c9cfa241f4d0b (patch) | |
tree | 981c2f4cb803f5a3d33d50f132ecc114373c17a0 /guix | |
parent | 0d70012efb3d19cf9ba955b5df493f193af0ca7e (diff) | |
parent | f3f02dd9c8dce60db0abd84100000edc0b07b6c1 (diff) |
Merge branch 'kde-updates'
Diffstat (limited to 'guix')
-rw-r--r-- | guix/build/qt-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |