mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
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>
This commit is contained in:
parent
f0cc7542f5
commit
bb31286b1c
1 changed files with 3 additions and 3 deletions
|
@ -2300,10 +2300,10 @@ (define-public synthv1
|
||||||
alsa-lib
|
alsa-lib
|
||||||
new-session-manager
|
new-session-manager
|
||||||
liblo
|
liblo
|
||||||
qtbase-5
|
qtbase
|
||||||
qtsvg-5))
|
qtsvg))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools-5))
|
(list pkg-config qttools))
|
||||||
(home-page "https://synthv1.sourceforge.io")
|
(home-page "https://synthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic subtractive synthesizer")
|
(synopsis "Polyphonic subtractive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue