{ lib, stdenv, fetchFromGitHub, SDL2, SDL2_image, pkgconfig , libvorbis, libogg, mesa, boost, curl, zlib, cmake }: stdenv.mkDerivation rec { name = "commandergenius-${version}"; version = "194beta"; src = fetchFromGitHub { owner = "gerstrong"; repo = "Commander-Genius"; rev = "v${version}"; sha256 = "0qxqzlmadxklrhxilbqj7y94fmbv0byj6vgpl59lb77lgs4y4x47"; }; buildInputs = [ SDL2 SDL2_image pkgconfig libvorbis libogg mesa boost curl zlib cmake ]; patchPhase = '' cat >> lib/GsKit/CMakeLists.txt <