David Craven <da...@craven.ch> writes: > * gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
In the summary line and in the line above, how about writing "Use monolithic Qt 5.6."? > --- > gnu/packages/video.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm > index 45f8a28..7c68be8 100644 > --- a/gnu/packages/video.scm > +++ b/gnu/packages/video.scm > @@ -1144,8 +1144,8 @@ for use with HTML5 video.") > ("perl" ,perl) > ("pulseaudio" ,pulseaudio) > ("python" ,python-wrapper) > - ("qtbase" ,qtbase) > - ("qttools" ,qttools) > + ("qtbase" ,qt) > + ;("qttools" ,qttools) Please change "qtbase" => "qt" and add a FIXME comment reminding us to get this working with modular Qt 5.7+. What do you think? Mark