all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64936] [PATCH] gnu: cockatrice: add wayland dependency
@ 2023-07-29 16:33 Sergio Pastor Pérez
  2023-09-17 13:16 ` bug#64936: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Pastor Pérez @ 2023-07-29 16:33 UTC (permalink / raw)
  To: 64936; +Cc: Sergio Pastor Pérez

* 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(+)

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")

base-commit: 9aa29f2e2936a443bc637961aee44df0b33b20d3
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64936: [PATCH] gnu: cockatrice: add wayland dependency
  2023-07-29 16:33 [bug#64936] [PATCH] gnu: cockatrice: add wayland dependency Sergio Pastor Pérez
@ 2023-09-17 13:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-09-17 13:16 UTC (permalink / raw)
  To: Sergio Pastor Pérez; +Cc: 64936-done

Sergio Pastor Pérez <sergio.pastorperez@outlook.es> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-17 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-29 16:33 [bug#64936] [PATCH] gnu: cockatrice: add wayland dependency Sergio Pastor Pérez
2023-09-17 13:16 ` bug#64936: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.