mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue