mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: falkon: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/kde-internet.scm (falkon) [arguments]: Remove wrap phase. Change-Id: Iad27eace218b15e847d5918170e68427176cc3ff Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
b4b6af1479
commit
d0e33ae508
1 changed files with 0 additions and 13 deletions
|
|
@ -130,19 +130,6 @@ Other notable features include:
|
|||
(base32
|
||||
"1hhljgv5c0na4851r9klwzwgifygmq9xkrii7c8hvd7bnwc0jmwd"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((qtwebengineprocess
|
||||
(search-input-file inputs
|
||||
"lib/qt6/libexec/QtWebEngineProcess")))
|
||||
;; The program fails to find the QtWebEngineProcess program, so
|
||||
;; we set QTWEBENGINEPROCESS_PATH to help it.
|
||||
(wrap-program (string-append #$output "/bin/falkon")
|
||||
`("QTWEBENGINEPROCESS_PATH" =
|
||||
(,qtwebengineprocess)))))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools))
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue