mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: strawberry: Use qt6 instead of qt5.
* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase. [native-inputs]: Remove qttools-5. Add qttools. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
46036dd486
commit
72c9247491
1 changed files with 2 additions and 2 deletions
|
@ -527,7 +527,7 @@ (define-public strawberry
|
|||
`(("gettext" ,gettext-minimal)
|
||||
("googletest" ,googletest)
|
||||
("pkg-config" ,pkg-config)
|
||||
("qtlinguist" ,qttools-5)
|
||||
("qtlinguist" ,qttools)
|
||||
("xorg-server" ,xorg-server-for-tests)))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
@ -546,7 +546,7 @@ (define-public strawberry
|
|||
libmtp
|
||||
protobuf
|
||||
pulseaudio
|
||||
qtbase-5
|
||||
qtbase
|
||||
qtx11extras
|
||||
sqlite
|
||||
taglib))
|
||||
|
|
Loading…
Reference in a new issue