diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-20 19:55:38 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2021-09-20 21:49:36 +0200 |
commit | 43cf1fbdd6bcbeedd3adebf5e0300746d9da0431 (patch) | |
tree | aa788b7da5319ff0811a419310b78b414ed731d6 | |
parent | 8ca1f52e47f56e9cff6dbdb466d111950aa6512d (diff) |
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.
-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 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" |