23 stdenv.mkDerivation rec {
27 src = fetchFromGitLab {
31 sha256 = "0yj9z9nygpn0z63y739v72l3kg81wd71xgix5k045vfzhqsam5m0";
35 "-DIRRLICHT_INCLUDE_DIR=${irrlicht}/include/irrlicht"
36 "-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG"
37 "-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG"
46 # has to go before others to override transitive libpng-1.6
67 homepage = "https://voxelands.net/";
68 description = "Infinite-world block sandbox game based on Minetest";
69 license = licenses.gpl3Plus;
70 platforms = platforms.linux;
72 broken = stdenv.hostPlatform.isAarch64; # build fails with "libIrrlicht.so: undefined reference to `png_init_filter_functions_neon'"