1 { lib, stdenv, fetchFromGitHub
2 , SDL2, libpng, libjpeg, glew, openal, scons, libmad
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
10 owner = "endless-sky";
13 sha256 = "sha256-Vcck+zGcv39DXyhZF2DLUrXq3gDwkgL0NtPT5rVOpHs=";
21 export AR="${stdenv.cc.targetPrefix}gcc-ar"
24 enableParallelBuilding = true;
27 SDL2 libpng libjpeg glew openal scons libmad
30 prefixKey = "PREFIX=";
33 description = "A sandbox-style space exploration game similar to Elite, Escape Velocity, or Star Control";
34 homepage = "https://endless-sky.github.io/";
35 license = with licenses; [
36 gpl3Plus cc-by-sa-30 cc-by-sa-40 publicDomain
38 maintainers = with maintainers; [ lheckemann ];
39 platforms = platforms.linux; # Maybe other non-darwin Unix