GNU bug report logs - #72056
[PATCH core-updates] gnu: zeal: Fix build.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Thu, 11 Jul 2024 11:49:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72056 in the body.
You can then email your comments to 72056 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72056; Package guix-patches. (Thu, 11 Jul 2024 11:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 11 Jul 2024 11:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: zeal: Fix build.
Date: Thu, 11 Jul 2024 19:47:43 +0800
* gnu/packages/documentation.scm (zeal)[arguments]: Remove phases.

Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
---
 gnu/packages/documentation.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index bd27777895..2e1d219352 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -426,17 +426,7 @@ (define-public zeal
     (build-system qt-build-system)
     (arguments
       (list
-       #:tests? #f                    ;no tests
-       #:phases
-       #~(modify-phases %standard-phases
-           (add-after 'wrap 'wrap-qt-process-path
-             (lambda* (#:key inputs #:allow-other-keys)
-               (let* ((bin (string-append #$output "/bin/zeal"))
-                      (qt-process-path
-                        (search-input-file inputs
-                          "/lib/qt5/libexec/QtWebEngineProcess")))
-                 (wrap-program bin
-                   `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
+       #:tests? #f))                    ;no tests
     (native-inputs
      (list extra-cmake-modules pkg-config))
     (inputs

base-commit: 172355c2c3ca60e60aa4e238f85284480375bd15
-- 
2.45.2





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sat, 20 Jul 2024 04:01:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Sat, 20 Jul 2024 04:01:03 GMT) Full text and rfc822 format available.

Message #10 received at 72056-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 72056-done <at> debbugs.gnu.org
Subject: Re: [bug#72056] [PATCH core-updates] gnu: zeal: Fix build.
Date: Sat, 20 Jul 2024 12:00:20 +0800
[Message part 1 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:

> * gnu/packages/documentation.scm (zeal)[arguments]: Remove phases.
>
> Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
> ---
>  gnu/packages/documentation.scm | 12 +-----------
>  1 file changed, 1 insertion(+), 11 deletions(-)
>
> diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
> index bd27777895..2e1d219352 100644
> --- a/gnu/packages/documentation.scm
> +++ b/gnu/packages/documentation.scm
> @@ -426,17 +426,7 @@ (define-public zeal
>      (build-system qt-build-system)
>      (arguments
>        (list
> -       #:tests? #f                    ;no tests
> -       #:phases
> -       #~(modify-phases %standard-phases
> -           (add-after 'wrap 'wrap-qt-process-path
> -             (lambda* (#:key inputs #:allow-other-keys)
> -               (let* ((bin (string-append #$output "/bin/zeal"))
> -                      (qt-process-path
> -                        (search-input-file inputs
> -                          "/lib/qt5/libexec/QtWebEngineProcess")))
> -                 (wrap-program bin
> -                   `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
> +       #:tests? #f))                    ;no tests
>      (native-inputs
>       (list extra-cmake-modules pkg-config))
>      (inputs
>
> base-commit: 172355c2c3ca60e60aa4e238f85284480375bd15

pushed.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 17 Aug 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.