me
/
guix
Archived
1
0
Fork 0

gnu: minetest: Adjust indentation.

* gnu/packages/games.scm (minetest): Reindent.
master
Marius Bakke 2019-11-21 20:41:33 +01:00
parent aadfcd1b6f
commit 1fbd7c7f8e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 15 additions and 15 deletions

View File

@ -1881,30 +1881,30 @@ match, cannon keep, and grave-itation pit.")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/minetest/minetest") (url "https://github.com/minetest/minetest")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"184n9gxfa7yr0j85z2x736maaymsnppd5jzm326wlqri3c0qqy3z")) "184n9gxfa7yr0j85z2x736maaymsnppd5jzm326wlqri3c0qqy3z"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
(delete-file-recursively "lib") #t)))) (delete-file-recursively "lib") #t))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
(list "-DRUN_IN_PLACE=0" (list "-DRUN_IN_PLACE=0"
"-DENABLE_FREETYPE=1" "-DENABLE_FREETYPE=1"
"-DENABLE_GETTEXT=1" "-DENABLE_GETTEXT=1"
"-DENABLE_SYSTEM_JSONCPP=TRUE" "-DENABLE_SYSTEM_JSONCPP=TRUE"
(string-append "-DIRRLICHT_INCLUDE_DIR=" (string-append "-DIRRLICHT_INCLUDE_DIR="
(assoc-ref %build-inputs "irrlicht") (assoc-ref %build-inputs "irrlicht")
"/include/irrlicht") "/include/irrlicht")
(string-append "-DCURL_INCLUDE_DIR=" (string-append "-DCURL_INCLUDE_DIR="
(assoc-ref %build-inputs "curl") (assoc-ref %build-inputs "curl")
"/include/curl")) "/include/curl"))
#:tests? #f)) ; no check target #:tests? #f)) ;no check target
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "MINETEST_SUBGAME_PATH") (variable "MINETEST_SUBGAME_PATH")