diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-10 00:45:11 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-12 02:39:05 +0100 |
| commit | 0a27a3d5fb3abb70edbd128fa35d801a55c750e5 (patch) | |
| tree | 41c290cf71b0754ce765fa4746b8ab04a94e8e7b /gnu | |
| parent | 65d3a0dd052d48eacfc164969f091b80ae845527 (diff) | |
gnu: qcheckers: Add Wayland.
* gnu/packages/games.scm (qcheckers)[inputs]: Add qtwayland-5.
Change-Id: I7711b5cbeb87b834c5c8783d8cf71f2f837a411f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8071ede581..552a80b9cd 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11560,7 +11560,7 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.") (string-append "PREFIX=" #$output)))) (replace 'build (assoc-ref gnu:%standard-phases 'build)) (replace 'install (assoc-ref gnu:%standard-phases 'install))))) - (inputs (list qtbase-5 qtsvg-5)) + (inputs (list qtbase-5 qtsvg-5 qtwayland-5)) (home-page "https://portnov.github.io/qcheckers/") (synopsis "Qt-based checkers boardgame") (description "QCheckers, formerly known as KCheckers, is a is a Qt version |
