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:
parent
4fc3fb9f82
commit
182c672149
@ -154,8 +154,8 @@ in different ways.")
|
|||||||
(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 @@ in different ways.")
|
|||||||
"/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
|
||||||
|
Loading…
Reference in New Issue
Block a user