summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-07-19 11:40:15 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-20 15:18:50 +0100
commit8795fbda0f1c7a15a81571d3f4da0c11058582c1 (patch)
treeb35b3b6a2bb5a5904498a39bf8f7f1a2a723c085
parent49baf105a38406a41571aac70dfb3489ac171b16 (diff)
gnu: elinks: Update to latest revision.
* gnu/packages/web-browsers.scm (elinks): Update to latest revision. [#:configure-flags]: Add flag to ignore warning. Change-Id: I46811adffdaaf332096988ac0379b3a29c7acc62 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/web-browsers.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index b839e022d9..cf70505ac5 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -231,8 +231,8 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
(license license:gpl1+)))
(define-public elinks
- (let ((commit "5e6ea2669c69db492a5c3e920e4a47a8a9af70fc")
- (revision "1"))
+ (let ((commit "9b8ae3ebb7ca73fbb364262b3a5ff5377b0dfa26")
+ (revision "2"))
(package
(name "elinks")
(version (git-version "0.18.0" revision commit))
@@ -245,7 +245,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rjq66kwq4d44fwv3wphycxldw7mnyngadcgq9lnk8vz2f8026kw"))))
+ "0klvgnvii8pzpf5c0m11caz22in3yy631n480pp0mwpj0mvpnpa7"))))
(build-system meson-build-system)
(arguments
(list
@@ -266,7 +266,9 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
"-Dreproducible=true"
"-Dsource-date-epoch=1"
"-Dtest=true"
- "-Dtrue-color=true")))
+ "-Dtrue-color=true"
+ ;; Fix GCC 14 build
+ "-Dc_args=-Wno-implicit-function-declaration")))
(native-inputs
(list autoconf
automake