[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: Remove tabulation from luajit.
From: |
Ludovic Courtès |
Subject: |
02/03: gnu: Remove tabulation from luajit. |
Date: |
Sun, 08 Nov 2015 21:21:31 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 34a04c3319e12e27f439456dc7969ad598811ecc
Author: Leo Famulari <address@hidden>
Date: Mon Nov 2 12:46:40 2015 -0500
gnu: Remove tabulation from luajit.
* gnu/packages/lua.scm (luajit): Remove tabs.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/lua.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 87f53d1..6bedde3 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -89,8 +89,8 @@ for configuration, scripting, and rapid prototyping.")
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