godot: fix stupid typo
This commit is contained in:
parent
5fbbd5e02b
commit
4708b4e03b
@ -41,14 +41,14 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -r bin/godot.x11.tools.64 $out/bin/godot
|
cp bin/godot.x11.tools.* $out/bin/godot
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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 = [ "i646-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.twey ];
|
maintainers = [ stdenv.lib.maintainers.twey ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user