all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72056] [PATCH core-updates] gnu: zeal: Fix build.
@ 2024-07-11 11:47 Zheng Junjie
  2024-07-20  4:00 ` bug#72056: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-07-11 11:47 UTC (permalink / raw)
  To: 72056

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-20  4:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 11:47 [bug#72056] [PATCH core-updates] gnu: zeal: Fix build Zheng Junjie
2024-07-20  4:00 ` bug#72056: " Zheng Junjie

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.