mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: drumkv1: Use qt6 instead of qt5.
* gnu/packages/music.scm (drumkv1)[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
bb31286b1c
commit
a634db15ca
1 changed files with 3 additions and 3 deletions
|
@ -2333,10 +2333,10 @@ (define-public drumkv1
|
|||
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://drumkv1.sourceforge.io")
|
||||
(synopsis "Drum-kit sampler synthesizer with stereo effects")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue