gnu: avidemux: Use monolithic Qt 5.6.
* gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
This commit is contained in:
parent
c161c22a51
commit
a2c24bf539
|
@ -1144,8 +1144,9 @@ for use with HTML5 video.")
|
|||
("perl" ,perl)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("python" ,python-wrapper)
|
||||
("qtbase" ,qtbase)
|
||||
("qttools" ,qttools)
|
||||
("qt" ,qt) ; FIXME: reenable modular qt after update - requires building
|
||||
;("qtbase" ,qtbase) with -std=gnu++11.
|
||||
;("qttools" ,qttools)
|
||||
("sdl" ,sdl)
|
||||
("sqlite" ,sqlite)
|
||||
("yasm" ,yasm)
|
||||
|
|
Loading…
Reference in New Issue