guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: cockatrice: Use qt-build-system.


From: guix-commits
Subject: 01/02: gnu: cockatrice: Use qt-build-system.
Date: Mon, 20 Sep 2021 15:56:11 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 43cf1fbdd6bcbeedd3adebf5e0300746d9da0431
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Sep 20 19:55:38 2021 +0200

    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(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c39770c..bd18025 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]