diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-09 01:38:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-23 14:51:20 +0200 |
commit | 45ece3847a43123fe0e99a4d3f1e498b172d2379 (patch) | |
tree | 8f30e0c2efe8c72e5e822f31cb253bc628cc5a94 | |
parent | 2305201d58d8e8040a428e2f27e1820b1467cd32 (diff) |
gnu: lite-xl: Update to 2.1.8.
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.8.
[inputs]: Remove sdl2. Add libdecor, and sdl3.
Change-Id: I5c50898ecbd488572979113ce9b1ee447aa3fca7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/text-editors.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index b4468f7138..dcd03f9886 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1856,7 +1856,7 @@ commands.") (define-public lite-xl (package (name "lite-xl") - (version "2.1.7") + (version "2.1.8") (source (origin (method git-fetch) (uri (git-reference @@ -1865,10 +1865,10 @@ commands.") (file-name (git-file-name name version)) (sha256 (base32 - "0ykidzm2wi2ds251ngq0g02sdawajw5iy5hcp3mzr5z5347if392")))) + "1lf6l6r02hp641n6wnfp7xmx54r32hv8whf7bd5nhf3gzvnl76pl")))) (build-system meson-build-system) (arguments (list #:configure-flags #~'("-Duse_system_lua=true"))) - (inputs (list lua-5.4 pcre2 freetype sdl2)) + (inputs (list lua-5.4 pcre2 freetype libdecor sdl3)) (native-inputs (list pkg-config)) (home-page "https://lite-xl.com") (synopsis "Lightweight text editor written in Lua") |