z572 pushed a commit to branch core-updates
in repository guix.
commit 0844537c6d320b90bf8502ec7a8c2bc46f23d350
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jul 11 19:38:40 2024 +0800
gnu: zeal: Fix build.
* 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 @@ the Net to search for documents which are not on the local
system.")
(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