mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtwebengine: Rename to qtwebengine-5.
Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
This commit is contained in:
parent
ef648459df
commit
a0beb297a3
19 changed files with 42 additions and 42 deletions
|
@ -371,7 +371,7 @@ local system.")
|
|||
(let* ((out (assoc-ref outputs "out"))
|
||||
(bin (string-append out "/bin/zeal"))
|
||||
(qt-process-path (string-append
|
||||
(assoc-ref inputs "qtwebengine")
|
||||
(assoc-ref inputs "qtwebengine-5")
|
||||
"/lib/qt5/libexec/QtWebEngineProcess")))
|
||||
(wrap-program bin
|
||||
`("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))
|
||||
|
@ -384,7 +384,7 @@ local system.")
|
|||
("qtbase" ,qtbase-5)
|
||||
("qtdeclarative-5" ,qtdeclarative-5)
|
||||
("qtwebchannel-5" ,qtwebchannel-5)
|
||||
("qtwebengine" ,qtwebengine)
|
||||
("qtwebengine-5" ,qtwebengine-5)
|
||||
("qtquickcontrols-5" ,qtquickcontrols-5)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
("xcb-util-keyms" ,xcb-util-keysyms)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue