mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: akregator: Do not wrap with QTWEBENGINEPROCESS_PATH.
* gnu/packages/kde.scm (akregator) [arguments]: Remove wrap-qt-process-path phase. Change-Id: I827e8375186492064c934c35196790af6e999e0d Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
b2a8105039
commit
f1019e46df
1 changed files with 1 additions and 12 deletions
|
@ -243,18 +243,7 @@ translation engines.")
|
|||
(base32 "0gimz1k5yzkmpn4mq1dfvx3x5n6y7jmm74npy2mn3mdmi9lrg6hh"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(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/akregator"))
|
||||
(qt-process-path
|
||||
(search-input-file
|
||||
inputs "/lib/qt6/libexec/QtWebEngineProcess")))
|
||||
(wrap-program bin
|
||||
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
|
||||
(list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue