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:
Leo Famulari 2015-11-02 12:46:40 -05:00 committed by Ludovic Courtès
parent b68d2dbf08
commit 34a04c3319

View file

@ -89,8 +89,8 @@ (define-public luajit
version ".tar.gz"))
(sha256
(base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))
(patches (list (search-patch "luajit-symlinks.patch")
(search-patch "luajit-no_ldconfig.patch")))))
(patches (list (search-patch "luajit-symlinks.patch")
(search-patch "luajit-no_ldconfig.patch")))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ;luajit is distributed without tests