mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: avidemux: Build with modular qt.
* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
ae63b2c582
commit
3261a73280
1 changed files with 2 additions and 3 deletions
|
@ -1794,9 +1794,8 @@ (define-public avidemux
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qt" ,qt) ; FIXME: reenable modular qt after update - requires building
|
("qtbase" ,qtbase)
|
||||||
;("qtbase" ,qtbase) with -std=gnu++11.
|
("qttools" ,qttools)
|
||||||
;("qttools" ,qttools)
|
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("yasm" ,yasm)
|
("yasm" ,yasm)
|
||||||
|
|
Loading…
Reference in a new issue