This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 00ba3ad4c3 gnu: muse-sequencer: Also run on Wayland.
00ba3ad4c3 is described below
commit 00ba3ad4c302dcf97ef00f172809b43afd365a04
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 8 01:00:02 2023 +0100
gnu: muse-sequencer: Also run on Wayland.
* gnu/packages/music.scm (muse-sequencer)[inputs]: Add qtwayland-5.
Reported by f1refly in #guix.
---
gnu/packages/music.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a73968ffe6..f83e25d9e8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4904,6 +4904,7 @@ sample library.")
pulseaudio ; required by rtaudio
qtbase-5
qtsvg-5
+ qtwayland-5
rtaudio
rubberband
sord))