[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70096] Request for merging "qt-team" branch
From: |
Maxim Cournoyer |
Subject: |
[bug#70096] Request for merging "qt-team" branch |
Date: |
Sat, 06 Apr 2024 11:46:15 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Zheng,
Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:
[...]
> diff --git a/guix/build/qt-utils.scm b/guix/build/qt-utils.scm
> index 8962c0edb8..d7609b9f21 100644
> --- a/guix/build/qt-utils.scm
> +++ b/guix/build/qt-utils.scm
> @@ -5,6 +5,7 @@
> ;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org>
> ;;; Copyright © 2021, 2022, 2023, 2024 Maxim Cournoyer
> <maxim.cournoyer@gmail.com>
> ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
> +;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -89,7 +90,7 @@ (define* (variables-for-wrapping base-directories
> output-directory
> '("XDG_CONFIG_DIRS" suffix directory "/etc/xdg")
> `("QT_PLUGIN_PATH" prefix directory
> ,(format #f "/lib/qt~a/plugins" qt-major-version))
> - `(,(if (>= 6 (string->number qt-major-version))
> + `(,(if (>= (string->number qt-major-version) 6)
> "QML_IMPORT_PATH"
> "QML2_IMPORT_PATH")
> prefix directory ,(format #f "/lib/qt~a/qml" qt-major-version))
How embarrassing :-). Thanks for the quick fix. I'll apply it shortly.
--
Thanks,
Maxim