summaryrefslogtreecommitdiff
path: root/gnu/packages/lua.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2015-11-02 12:46:40 -0500
committerLudovic Courtès <ludo@gnu.org>2015-11-08 22:21:19 +0100
commit34a04c3319e12e27f439456dc7969ad598811ecc (patch)
tree2fab6586cc0db36483ac89e288d58ded50bd49e0 /gnu/packages/lua.scm
parentb68d2dbf0850d52e393f902dd64371cde85515a8 (diff)
downloadpatches-34a04c3319e12e27f439456dc7969ad598811ecc.tar
patches-34a04c3319e12e27f439456dc7969ad598811ecc.tar.gz
gnu: Remove tabulation from luajit.
* gnu/packages/lua.scm (luajit): Remove tabs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r--gnu/packages/lua.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 87f53d1637..6bedde35c9 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