gnu: Remove tabulation from luajit.
* gnu/packages/lua.scm (luajit): Remove tabs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b68d2dbf08
commit
34a04c3319
|
@ -89,8 +89,8 @@ for configuration, scripting, and rapid prototyping.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))
|
(base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))
|
||||||
(patches (list (search-patch "luajit-symlinks.patch")
|
(patches (list (search-patch "luajit-symlinks.patch")
|
||||||
(search-patch "luajit-no_ldconfig.patch")))))
|
(search-patch "luajit-no_ldconfig.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;luajit is distributed without tests
|
'(#:tests? #f ;luajit is distributed without tests
|
||||||
|
|
Loading…
Reference in New Issue