diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-11 19:38:40 +0800 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:42 +0200 |
| commit | 548af6589f5fa85773fdd3e16f12d22f52f5f465 (patch) | |
| tree | c03c55e1930ea3ca271e70bcaeffb2245b521094 /gnu/packages/documentation.scm | |
| parent | 65de6fc659aea187c66ded4908a8f4070e78288b (diff) | |
gnu: zeal: Fix build.
* gnu/packages/documentation.scm (zeal)[arguments]: Remove phases.
Change-Id: I93b766d66862115c1cc92789ad3587606fa2b631
Diffstat (limited to 'gnu/packages/documentation.scm')
| -rw-r--r-- | gnu/packages/documentation.scm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index bd27777895e..2e1d219352f 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.") | |||
| 426 | (build-system qt-build-system) | 426 | (build-system qt-build-system) |
| 427 | (arguments | 427 | (arguments |
| 428 | (list | 428 | (list |
| 429 | #:tests? #f ;no tests | 429 | #:tests? #f)) ;no tests |
| 430 | #:phases | ||
| 431 | #~(modify-phases %standard-phases | ||
| 432 | (add-after 'wrap 'wrap-qt-process-path | ||
| 433 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 434 | (let* ((bin (string-append #$output "/bin/zeal")) | ||
| 435 | (qt-process-path | ||
| 436 | (search-input-file inputs | ||
| 437 | "/lib/qt5/libexec/QtWebEngineProcess"))) | ||
| 438 | (wrap-program bin | ||
| 439 | `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))))))))) | ||
| 440 | (native-inputs | 430 | (native-inputs |
| 441 | (list extra-cmake-modules pkg-config)) | 431 | (list extra-cmake-modules pkg-config)) |
| 442 | (inputs | 432 | (inputs |
