diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 23:47:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:45 -0400 |
commit | 65e5e85d284ef78bc245b3779c7fcdc733ed60a7 (patch) | |
tree | c2646edee49544e610d5f71c2bb736d70abf9d08 /gnu/packages/jami.scm | |
parent | 397d05a4bf680372e3ebdb83e388c9f672a0e90b (diff) | |
download | guix-65e5e85d284ef78bc245b3779c7fcdc733ed60a7.tar.gz |
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\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 181068cc24..8d8d29c0db 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -610,7 +610,7 @@ decentralized calling using P2P-DHT.") qtmultimedia-5 qtdeclarative-5 qtgraphicaleffects - qtquickcontrols + qtquickcontrols-5 qtquickcontrols2)) (home-page "https://jami.net") (synopsis "Qt Jami client") |