mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 08:05:54 +02:00
gnu: hedgewars: Support wayland.
* gnu/packages/games.scm (hedgewars)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: Idad3e585222767b0679293f38a553538ed33bdd7
This commit is contained in:
@@ -10553,7 +10553,7 @@ play with up to four players simultaneously. It has network support.")
|
||||
(sha256
|
||||
(base32
|
||||
"04pjpkjhpy720n803gv35iygmjdvsrmw13mih4ympjnqbgjfa7r0"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: Engine is built as Pascal source code, requiring Free Pascal
|
||||
@@ -10593,6 +10593,7 @@ play with up to four players simultaneously. It has network support.")
|
||||
lua-5.1
|
||||
physfs
|
||||
qtbase-5
|
||||
qtwayland-5
|
||||
(sdl-union
|
||||
(list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image))))
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user