unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 72056@debbugs.gnu.org
Subject: [bug#72056] [PATCH core-updates] gnu: zeal: Fix build.
Date: Thu, 11 Jul 2024 19:47:43 +0800	[thread overview]
Message-ID: <02fe03c7d2e85b932fade49c68229def086f8e2f.1720698463.git.zhengjunjie@iscas.ac.cn> (raw)

* 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	other threads:[~2024-07-11 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 11:47 Zheng Junjie [this message]
2024-07-20  4:00 ` bug#72056: [PATCH core-updates] gnu: zeal: Fix build Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02fe03c7d2e85b932fade49c68229def086f8e2f.1720698463.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=72056@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).