gnu: avidemux: Build with modular qt.
* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
1898900f1f
commit
64e8be679c
|
@ -1088,7 +1088,8 @@ for use with HTML5 video.")
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qt" ,qt)
|
("qtbase" ,qtbase)
|
||||||
|
("qttools" ,qttools)
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("yasm" ,yasm)
|
("yasm" ,yasm)
|
||||||
|
|
Loading…
Reference in New Issue