guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3b70c8876dbf55f45847a48a3869fc3ca0717728
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Feb 6 22:12:56 2026 +0100
gnu: bandage: Support Wayland.
* gnu/packages/bioinformatics.scm (bandage)[inputs]: Add qtwayland-5.
Change-Id: Ib4836ddef55236547bc6710d94090a3f8d163786
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1e7cd45124..6552a8f070 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -18726,7 +18726,7 @@ Thus the per-base error rate is similar to the raw
input reads.")
(lambda _
(install-file "Bandage" (string-append #$output "/bin")))))))
(inputs
- (list qtbase-5 qtsvg-5))
+ (list qtbase-5 qtsvg-5 qtwayland-5))
(native-inputs
;; imagemagick/stable cannot be used here, as it will end up in
;; the closure. See <https://issues.guix.gnu.org/47475>.