mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: zeal: Fix build.
* gnu/packages/documentation.scm (zeal)[arguments]: Remove phases. Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
This commit is contained in:
parent
65de6fc659
commit
548af6589f
1 changed files with 1 additions and 11 deletions
|
@ -426,17 +426,7 @@ the Net to search for documents which are not on the local system.")
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f ;no tests
|
#: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)))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue