guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: avidemux: Build with modular qt.


From: guix-commits
Subject: 02/02: gnu: avidemux: Build with modular qt.
Date: Sun, 3 Mar 2019 15:10:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3261a732804f7bcaa90279072cdc7e60afd62dd5
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 3 19:57:48 2019 +0200

    gnu: avidemux: Build with modular qt.
    
    * gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase,
    qttools.
---
 gnu/packages/video.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 782f6a0..bf9cb15 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1794,9 +1794,8 @@ for use with HTML5 video.")
        ("perl" ,perl)
        ("pulseaudio" ,pulseaudio)
        ("python" ,python-wrapper)
-       ("qt" ,qt) ; FIXME: reenable modular qt after update - requires building
-       ;("qtbase" ,qtbase) with -std=gnu++11.
-       ;("qttools" ,qttools)
+       ("qtbase" ,qtbase)
+       ("qttools" ,qttools)
        ("sdl" ,sdl)
        ("sqlite" ,sqlite)
        ("yasm" ,yasm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]