gnu: freedoom: Re-indent.
* gnu/packages/games.scm (freedoom): Re-indent expression.
This commit is contained in:
parent
7c8ed74516
commit
9303b09a78
|
@ -457,7 +457,8 @@ tired of cows, a variety of other ASCII-art messengers are available.")
|
|||
(base32 "0k4dlgr82qk6i7dchp3nybq6awlfag2ivy3zzl1v6vhcrnbvssgl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags `(,(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
'(#:make-flags
|
||||
(list (string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
#:parallel-build? #f
|
||||
#:tests? #f ; no check target
|
||||
#:phases
|
||||
|
|
Loading…
Reference in New Issue