godot: restrict build platforms to [ "i686-linux" "x86_64-linux" ]
This commit is contained in:
parent
7ba969f87e
commit
998f42aa48
@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = "https://godotengine.org";
|
homepage = "https://godotengine.org";
|
||||||
description = "Free and Open Source 2D and 3D game engine";
|
description = "Free and Open Source 2D and 3D game engine";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "i646-linux" "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.twey ];
|
maintainers = [ stdenv.lib.maintainers.twey ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user