Skip to content
Snippets Groups Projects
Commit 34a04c33 authored by Leo Famulari's avatar Leo Famulari Committed by Ludovic Courtès
Browse files

gnu: Remove tabulation from luajit.


* gnu/packages/lua.scm (luajit): Remove tabs.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent b68d2dbf
No related branches found
No related tags found
No related merge requests found
...@@ -89,8 +89,8 @@ (define-public luajit ...@@ -89,8 +89,8 @@ (define-public luajit
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment