diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-18 00:06:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:46 -0400 |
commit | d15258d991767ec83450fc6ebdb8ff2f60870501 (patch) | |
tree | 426a60af6e820269a890bf1149bdb69c663b119c /gnu/packages/video.scm | |
parent | d90031f799f6c56fa456dc7afe5bfdb59680f258 (diff) | |
download | guix-d15258d991767ec83450fc6ebdb8ff2f60870501.tar.gz |
gnu: qtwebsockets: Rename to qtwebsockets-5.
Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 29a3e651c9..184dca8eff 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4864,7 +4864,7 @@ transitions, and effects and then export your film to many common formats.") qtquickcontrols2-5 qtsvg-5 qtwebkit - qtwebsockets + qtwebsockets-5 qtx11extras sdl2)) (home-page "https://www.shotcut.org/") |