minetest: update to 5.1.0 and build on Darwin
This commit is contained in:
committed by
Profpatsch
parent
24720dd250
commit
fb285f2153
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://irrlicht.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.zlib;
|
||||
description = "Open source high performance realtime 3D engine written in C++";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user