[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: lite-xl: Update to 2.1.3.
From: |
guix-commits |
Subject: |
03/03: gnu: lite-xl: Update to 2.1.3. |
Date: |
Sat, 9 Mar 2024 23:14:48 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit b4e60b836224291ab17c470a845c057e6ecd5970
Author: Parnikkapore <poomklao@yahoo.com>
AuthorDate: Sun Mar 3 21:16:14 2024 +0700
gnu: lite-xl: Update to 2.1.3.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.3.
[arguments]: Pass '-Duse_system_lua=true' to configure.
[source]: Remove snippet.
[inputs]: Remove agg and reproc.
Change-Id: If3a57587ce2049f94e4ac7791c680d29a4e7d222
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/text-editors.scm | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index d17b370b6d..c6bf83ae10 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1473,7 +1473,7 @@ commands.")
(define-public lite-xl
(package
(name "lite-xl")
- (version "2.1.1")
+ (version "2.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1482,18 +1482,10 @@ commands.")
(file-name (git-file-name name version))
(sha256
(base32
- "1pnmax68hvk1ry4bjsxwq4qimfn55pai8jlljw6jiqzcmh4mp7xm"))
- (modules '((guix build utils)))
- (snippet '(substitute* "meson.build"
- (("dependency\\('lua5\\.4',")
- "dependency('lua-5.4',")))))
+ "19wdq8w6ickyynx6r2wg2vf5isl2577zjizgwbzql9vhqdsi8ag3"))))
(build-system meson-build-system)
- (inputs (list agg
- freetype
- lua-5.4
- pcre2
- reproc
- sdl2))
+ (arguments (list #:configure-flags #~'("-Duse_system_lua=true")))
+ (inputs (list lua-5.4 pcre2 freetype sdl2))
(native-inputs (list pkg-config))
(home-page "https://lite-xl.com")
(synopsis "Lightweight text editor written in Lua")