diff options
author | Michael Rohleder <mike@rohleder.de> | 2023-01-07 01:02:01 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-01-07 19:54:46 +0100 |
commit | 72c9247491adb7aa5f8fcb0cdcb91e01fc822d37 (patch) | |
tree | 76783ef9c3907ac454f17d8c875b3b2ef298ba35 /gnu/packages/music.scm | |
parent | 46036dd4862258fcafd14efb4357bb910e55f7c2 (diff) |
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>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 99b4fd4ec0..eb842128d0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -527,7 +527,7 @@ playing your music.") `(("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 @@ playing your music.") libmtp protobuf pulseaudio - qtbase-5 + qtbase qtx11extras sqlite taglib)) |