diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-20 23:42:31 -0500 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-21 14:25:14 +0000 |
commit | bb31286b1cda8b396a81c7cafd3ba182adee4556 (patch) | |
tree | d7400633fd7879d73ef49aec0b0a2bc81434c4d9 | |
parent | f0cc7542f535cd0ccb75352cabc465a8dc1b1551 (diff) | |
download | guix-bb31286b1cda8b396a81c7cafd3ba182adee4556.tar.gz guix-bb31286b1cda8b396a81c7cafd3ba182adee4556.zip |
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>
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files 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 |