diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 19:00:48 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:44 -0400 |
commit | 5f228543394244f479b6a460326fa5f1a4a40998 (patch) | |
tree | 5f4e88c0fb09a79d4e554c524fe2fc3981b4f290 /gnu/packages/education.scm | |
parent | 1d65ff8fdeb20cc2db956093f0ecb1f3f72afc0e (diff) | |
download | guix-5f228543394244f479b6a460326fa5f1a4a40998.tar guix-5f228543394244f479b6a460326fa5f1a4a40998.tar.gz |
gnu: qtmultimedia: Rename to qtmultimedia-5.
Automated via:
git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
git checkout NEWS
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 0e3c8feaf9..998867918e 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -182,7 +182,7 @@ of categories with some of the activities available in that category. qtbase-5 qtdeclarative qtgraphicaleffects - qtmultimedia + qtmultimedia-5 qtquickcontrols qtsensors qtsvg-5 @@ -302,7 +302,7 @@ frequently used words in American English.") ;; Recreate Makefile (invoke "qmake"))))))) (inputs - (list qtbase-5 qtmultimedia)) + (list qtbase-5 qtmultimedia-5)) (home-page "https://www.tipp10.com/") (synopsis "Touch typing tutor") (description "Tipp10 is a touch typing tutor. The ingenious thing about @@ -559,7 +559,7 @@ specialized device.") poppler qtbase-5 qtdeclarative - qtmultimedia + qtmultimedia-5 qtsvg-5 qtwebchannel qtwebengine @@ -995,7 +995,7 @@ formats.") (inputs (list libeb qtbase-5 - qtmultimedia + qtmultimedia-5 qtquickcontrols2 qtdeclarative qtwebchannel |