gnu: minetest-data: Fix indentation.

* gnu/packages/minetest.scm (minetest-data): Fix indentation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vivien Kraus 2021-09-07 12:27:59 +02:00 committed by Ludovic Courtès
parent 4fc3fb9f82
commit 182c672149
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -154,8 +154,8 @@ (define minetest-data
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/minetest/minetest_game") (url "https://github.com/minetest/minetest_game")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
@ -172,8 +172,8 @@ (define minetest-data
"/share/minetest/games/minetest_game"))) "/share/minetest/games/minetest_game")))
(mkdir-p install-dir) (mkdir-p install-dir)
(copy-recursively (copy-recursively
(assoc-ref %build-inputs "source") (assoc-ref %build-inputs "source")
install-dir) install-dir)
#t)))) #t))))
(synopsis "Main game data for the Minetest game engine") (synopsis "Main game data for the Minetest game engine")
(description (description