1 { lib, fetchFromGitHub, mkDerivation, cmake, protobuf
2 , qtbase, qtmultimedia, qttools, qtwebsockets, wrapQtAppsHook
7 version = "2021-02-03-Development-2.8.1-beta";
9 src = fetchFromGitHub {
13 sha256 = "0g1d7zq4lh4jf08mvvgp6m2r2gdvy4y1mhf46c0s8607h2l8vavh";
17 qtbase qtmultimedia protobuf qttools qtwebsockets
20 nativeBuildInputs = [ cmake wrapQtAppsHook ];
23 homepage = "https://github.com/Cockatrice/Cockatrice";
24 description = "A cross-platform virtual tabletop for multiplayer card games";
25 license = lib.licenses.gpl2Plus;
26 maintainers = with lib.maintainers; [ evanjs ];
27 platforms = with lib.platforms; linux;