mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -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)
|
`(("gettext" ,gettext-minimal)
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qtlinguist" ,qttools-5)
|
("qtlinguist" ,qttools)
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
@ -546,7 +546,7 @@ (define-public strawberry
|
||||||
libmtp
|
libmtp
|
||||||
protobuf
|
protobuf
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qtbase-5
|
qtbase
|
||||||
qtx11extras
|
qtx11extras
|
||||||
sqlite
|
sqlite
|
||||||
taglib))
|
taglib))
|
||||||
|
|
Loading…
Reference in a new issue