diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-18 07:57:16 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:47 -0400 |
commit | a0beb297a352930b89051ff258a06d78f224d6b9 (patch) | |
tree | fef76045d5d8897360901de2ffa5e81bed12c439 /gnu/packages/jami.scm | |
parent | ef648459df868be6a44c7bfdb491e8e50bb9bfc6 (diff) |
gnu: qtwebengine: Rename to qtwebengine-5.
Automated with:
git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
git checkout NEWS
Diffstat (limited to 'gnu/packages/jami.scm')
-rw-r--r-- | gnu/packages/jami.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 2583a59a26..22d2f0c5ce 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -605,7 +605,7 @@ decentralized calling using P2P-DHT.") network-manager qrencode qtsvg-5 - qtwebengine + qtwebengine-5 qtwebchannel-5 qtmultimedia-5 qtdeclarative-5 |