diff mbox series

[bug#64936] gnu: cockatrice: add wayland dependency

Message ID DU2P193MB2132DD071F090AAACE5F4013F307A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM
State New
Headers show
Series [bug#64936] gnu: cockatrice: add wayland dependency | expand

Commit Message

Sergio Pastor Pérez July 29, 2023, 4:33 p.m. UTC
* gnu/packages/games.scm (cockatrice): add wayland dependency
---
Cockatrice requires `qtwayland-5' to execute under a wayland session.

 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: 9aa29f2e2936a443bc637961aee44df0b33b20d3

Comments

Ludovic Courtès Sept. 17, 2023, 1:16 p.m. UTC | #1
Sergio Pastor Pérez <sergio.pastorperez@outlook.es> skribis:

> * gnu/packages/games.scm (cockatrice): add wayland dependency

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 17c3d9f2d7..90915c7dcf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1147,6 +1147,7 @@  (define-public cockatrice
              qtsvg-5
              qttools-5
              qtwebsockets-5
+             qtwayland-5
              xz
              zlib))
       (home-page "https://cockatrice.github.io")