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:
		
							parent
							
								
									8ca1f52e47
								
							
						
					
					
						commit
						43cf1fbdd6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -971,7 +971,7 @@ want what you have.") | ||||||
|           ;; Strip image URLs as they point towards non-free web services |           ;; Strip image URLs as they point towards non-free web services | ||||||
|           '(substitute* "cockatrice/src/settings/downloadsettings.cpp" |           '(substitute* "cockatrice/src/settings/downloadsettings.cpp" | ||||||
|              (("downloadURLs.append\\(\".*\"\\);") ""))))) |              (("downloadURLs.append\\(\".*\"\\);") ""))))) | ||||||
|       (build-system cmake-build-system) |       (build-system qt-build-system) | ||||||
|       (arguments |       (arguments | ||||||
|        `(#:configure-flags '("-DWITH_SERVER=1" |        `(#:configure-flags '("-DWITH_SERVER=1" | ||||||
|                              "-DWITH_CLIENT=1" |                              "-DWITH_CLIENT=1" | ||||||
|  |  | ||||||
		Reference in a new issue