gnu: cockatrice: Use qt-build-system.

This makes it so that resources baked into the executable are actually found
and used.

* gnu/packages/games.scm (cockatrice)[build-system]: Change to qt-build-system.
This commit is contained in:
Liliana Marie Prikler 2021-09-20 19:55:38 +02:00
parent 8ca1f52e47
commit 43cf1fbdd6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -971,7 +971,7 @@ (define-public cockatrice
;; Strip image URLs as they point towards non-free web services
'(substitute* "cockatrice/src/settings/downloadsettings.cpp"
(("downloadURLs.append\\(\".*\"\\);") "")))))
(build-system cmake-build-system)
(build-system qt-build-system)
(arguments
`(#:configure-flags '("-DWITH_SERVER=1"
"-DWITH_CLIENT=1"