guix-commits
[Top][All Lists]
Advanced

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

17/22: gnu: synthv1: Use qt6 instead of qt5.


From: guix-commits
Subject: 17/22: gnu: synthv1: Use qt6 instead of qt5.
Date: Mon, 21 Nov 2022 09:26:28 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit bb31286b1cda8b396a81c7cafd3ba182adee4556
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Nov 20 23:42:31 2022 -0500

    gnu: synthv1: Use qt6 instead of qt5.
    
    * gnu/packages/music.scm (synthv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
    qtbase and qtsvg.
    [native-inputs]: Remove qttools-5; add qttools.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 646ea685c3..8d2f4fb569 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2300,10 +2300,10 @@ perform creative live mixes with digital music files.")
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://synthv1.sourceforge.io";)
     (synopsis "Polyphonic subtractive synthesizer")
     (description



reply via email to

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