From 43cf1fbdd6bcbeedd3adebf5e0300746d9da0431 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Mon, 20 Sep 2021 19:55:38 +0200 Subject: 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. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c39770c260..bd1802517b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -971,7 +971,7 @@ want what you have.") ;; 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" -- cgit v1.2.3