gnu: zeal: Fix build.

* gnu/packages/documentation.scm (zeal)[arguments]: Remove phases.

Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
This commit is contained in:
Zheng Junjie 2024-07-11 19:38:40 +08:00 committed by Ludovic Courtès
parent 65de6fc659
commit 548af6589f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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