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:
宋文武 2025-02-02 12:34:53 +08:00 committed by Andreas Enge
parent b4b6af1479
commit d0e33ae508
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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