diff options
author | Andreas Enge <andreas@enge.fr> | 2015-07-25 18:29:00 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-07-25 18:29:00 +0200 |
commit | c6c86cd7a50ba1f2801f5f74bf712ea2a3acadc2 (patch) | |
tree | 55b11c8dfc755010b3609327c2f26d737e14ec1f /gnu/packages | |
parent | 9c55bae60734360095537351e4d4e3b65e059c79 (diff) | |
download | guix-c6c86cd7a50ba1f2801f5f74bf712ea2a3acadc2.tar.gz guix-c6c86cd7a50ba1f2801f5f74bf712ea2a3acadc2.zip |
gnu: vlc: Update input Qt to version 5.
* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
Diffstat (limited to 'gnu/packages')
-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 616301773c..6ebd7787e1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -563,7 +563,7 @@ audio/video codec library.") ("perl" ,perl) ("pulseaudio" ,pulseaudio) ("python" ,python-wrapper) - ("qt" ,qt-4) + ("qt" ,qt) ("sdl" ,sdl) ("sdl-image" ,sdl-image) ("speex" ,speex) |