diff options
| author | Yovan Naumovski <yovan@gorski.stream> | 2024-12-30 23:11:46 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-06 16:09:44 +0100 |
| commit | af6224359f1b698d0518ce42dc5eeafa7e081c91 (patch) | |
| tree | cbcd01f8a07a49cdb872291ed4df3069e4507cb4 /gnu/packages/lua.scm | |
| parent | cc58b52e154a88de1ae4ff5dc7ca741cceffd87c (diff) | |
gnu: fennel: Update to 1.5.1.
* gnu/packages/lua.scm (fennel): Update to 1.5.1.
Change-Id: I6775e34e470a957a741a2b079d5e8040c98921d2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 074ab6a0aa0..4c65bcbf128 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -1396,7 +1396,7 @@ enabled.") | |||
| 1396 | (define-public fennel | 1396 | (define-public fennel |
| 1397 | (package | 1397 | (package |
| 1398 | (name "fennel") | 1398 | (name "fennel") |
| 1399 | (version "1.5.0") | 1399 | (version "1.5.1") |
| 1400 | (source (origin | 1400 | (source (origin |
| 1401 | (method git-fetch) | 1401 | (method git-fetch) |
| 1402 | (uri (git-reference | 1402 | (uri (git-reference |
| @@ -1405,7 +1405,7 @@ enabled.") | |||
| 1405 | (file-name (git-file-name name version)) | 1405 | (file-name (git-file-name name version)) |
| 1406 | (sha256 | 1406 | (sha256 |
| 1407 | (base32 | 1407 | (base32 |
| 1408 | "0d25v7swq3msxsdzv91wwxy89y3qgw4bvzq1px89qsjzbbd7ccg2")))) | 1408 | "09m7v62qw058llfrfqja14yx8ngjzrfx10hf2h1cc5zz0nbw89bj")))) |
| 1409 | (build-system gnu-build-system) | 1409 | (build-system gnu-build-system) |
| 1410 | (arguments | 1410 | (arguments |
| 1411 | (list #:make-flags #~(list (string-append "PREFIX=" | 1411 | (list #:make-flags #~(list (string-append "PREFIX=" |
| @@ -1416,6 +1416,11 @@ enabled.") | |||
| 1416 | (delete 'configure) | 1416 | (delete 'configure) |
| 1417 | (add-after 'build 'patch-fennel | 1417 | (add-after 'build 'patch-fennel |
| 1418 | (lambda* (#:key inputs #:allow-other-keys) | 1418 | (lambda* (#:key inputs #:allow-other-keys) |
| 1419 | ;; Remove IRC CI build status reporting | ||
| 1420 | (delete-file "test/irc.lua") | ||
| 1421 | (substitute* "test/init.lua" | ||
| 1422 | ((",\\{hooks=\\{exit=dofile\\(\"test/irc.lua\"\\)\\}\\}") | ||
| 1423 | "")) | ||
| 1419 | (substitute* "fennel" | 1424 | (substitute* "fennel" |
| 1420 | (("/usr/bin/env .*lua") | 1425 | (("/usr/bin/env .*lua") |
| 1421 | (search-input-file inputs "/bin/lua"))))) | 1426 | (search-input-file inputs "/bin/lua"))))) |
