1 { lib, fetchFromGitHub, mkDerivation, cmake, protobuf
2 , qtbase, qtmultimedia, qttools, qtwebsockets, wrapQtAppsHook
7 version = "2023-09-14-Release-2.9.0";
9 src = fetchFromGitHub {
13 sha256 = "sha256-mzYh0qRKiHY64LnoOfF4kDEO06IW1SrCqEiOlu81Fso=";
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;