diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2021-09-07 12:27:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-09-16 22:46:20 +0200 |
commit | 182c67214959371d52e5008379e2ac17389bb8c5 (patch) | |
tree | aadea1ba1e181bf034321647620a953d1a55043b /gnu/packages | |
parent | 4fc3fb9f82eff25a42e7d63305ee153f4afc112d (diff) | |
download | guix-182c67214959371d52e5008379e2ac17389bb8c5.tar.gz |
gnu: minetest-data: Fix indentation.
* gnu/packages/minetest.scm (minetest-data): Fix indentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/minetest.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm index 5453f4d16a..6f4682ba47 100644 --- a/gnu/packages/minetest.scm +++ b/gnu/packages/minetest.scm @@ -154,8 +154,8 @@ in different ways.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/minetest/minetest_game") - (commit version))) + (url "https://github.com/minetest/minetest_game") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 @@ -172,8 +172,8 @@ in different ways.") "/share/minetest/games/minetest_game"))) (mkdir-p install-dir) (copy-recursively - (assoc-ref %build-inputs "source") - install-dir) + (assoc-ref %build-inputs "source") + install-dir) #t)))) (synopsis "Main game data for the Minetest game engine") (description |