me
/
guix
Archived
1
0
Fork 0

gnu: freedoom: Re-indent.

* gnu/packages/games.scm (freedoom): Re-indent expression.
master
Tobias Geerinckx-Rice 2019-03-29 00:42:08 +01:00
parent 7c8ed74516
commit 9303b09a78
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 72 additions and 71 deletions

View File

@ -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