mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kiwix-desktop: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/web.scm (kiwix-desktop) [arguments]: Remove wrap-qt-process-path phase. Change-Id: Iaf33c180268358a3b1bf1695b37313f20b410f9d Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
d7ecd83d58
commit
c41d2f5a4b
1 changed files with 1 additions and 9 deletions
|
@ -9628,15 +9628,7 @@ It contains the code shared by all Kiwix ports.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(invoke "qmake"
|
(invoke "qmake"
|
||||||
(string-append "PREFIX="
|
(string-append "PREFIX="
|
||||||
(assoc-ref outputs "out")))))
|
(assoc-ref outputs "out"))))))))
|
||||||
(add-after 'install 'wrap-qt-process-path
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
|
||||||
(bin (string-append out "/bin/kiwix-desktop"))
|
|
||||||
(qt-process-path (search-input-file
|
|
||||||
inputs "/lib/qt5/libexec/QtWebEngineProcess")))
|
|
||||||
(wrap-program bin
|
|
||||||
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue