mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: khelpcenter: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/kde-systemtools.scm (khelpcenter) [arguments]: Remove wrap-executable phase. Change-Id: I6e1ab2c41638a60d5ab1942f101f3ff34b8d1a86 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
d0e33ae508
commit
b2a8105039
1 changed files with 0 additions and 11 deletions
|
@ -169,17 +169,6 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
|||
qtbase
|
||||
xapian
|
||||
qtwebengine))
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap-executable
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(wrap-program (string-append #$output
|
||||
"/bin/khelpcenter")
|
||||
`("QTWEBENGINEPROCESS_PATH" =
|
||||
(,(search-input-file
|
||||
inputs
|
||||
"lib/qt6/libexec/QtWebEngineProcess")))))))))
|
||||
(home-page "https://apps.kde.org/khelpcenter/")
|
||||
(synopsis "KDE documentation viewer")
|
||||
(description "KHelpCenter uses meta data files which describe the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue