18 stdenv.mkDerivation rec {
20 version = "1.0.0.2019.10.18";
22 src = fetchFromGitHub {
25 rev = "f9853b2cb8c8f741ac58707487ef493416d890a3";
26 hash = "sha256-APv49ZT94oeM4KVKGtUdoQ1t8Ly8lsocr+FqXiRXbk0=";
29 nativeBuildInputs = [ cmake pkg-config ];
31 buildInputs = [ SDL SDL_gfx SDL_image SDL_mixer boost libyamlcpp libGLU libGL openssl zlib ];
34 description = "Open source clone of UFO: Enemy Unknown";
35 homepage = "https://openxcom.org";
36 maintainers = with maintainers; [ cpages ];
37 platforms = platforms.linux;
38 license = licenses.gpl3;