diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-18 00:02:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:46 -0400 |
commit | 0938c3e34a9004948baa56bb21017d20fb9c9c26 (patch) | |
tree | 2c50abc14701a0fb46c6a09dc9afaaeecca48364 /gnu/packages/education.scm | |
parent | 573055b7ef93fa5fe0885ed3cca281983bf35eff (diff) | |
download | guix-0938c3e34a9004948baa56bb21017d20fb9c9c26.tar guix-0938c3e34a9004948baa56bb21017d20fb9c9c26.tar.gz |
gnu: qtwebchannel: Rename to qtwebchannel-5.
Automated via:
git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
git checkout NEWS
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 6a9de32ffb..5551fd0594 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -561,7 +561,7 @@ specialized device.") qtdeclarative-5 qtmultimedia-5 qtsvg-5 - qtwebchannel + qtwebchannel-5 qtwebengine qtxmlpatterns quazip-0 @@ -998,7 +998,7 @@ formats.") qtmultimedia-5 qtquickcontrols2-5 qtdeclarative-5 - qtwebchannel + qtwebchannel-5 qtwebengine zlib)) (synopsis "EPWING dictionary reader") |