guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sergio Pastor Pérez
Subject: [bug#64936] [PATCH] gnu: cockatrice: add wayland dependency
Date: Sat, 29 Jul 2023 18:33:26 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]