diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-03-01 15:36:29 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-02 20:48:42 +0000 |
| commit | c4e95392a372f8cd50a0da3b3bdd172f6d5f05c8 (patch) | |
| tree | 4417e4e56facccc9f72a8e8ecb30268801d4a476 /gnu | |
| parent | 832ce655506b316903bc368c94f554fe6019dbc4 (diff) | |
gnu: elinks: Update indentation.
* gnu/packages/web-browsers.scm (elinks): Update indentation.
Change-Id: Ied3901e38199217f3bde3ee5c0b456f54d64cdeb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/web-browsers.scm | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index bbd7cd0e941..552d64ea9fd 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -233,73 +233,73 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (license license:gpl1+))) (define-public elinks - (package - (name "elinks") - (version "0.19.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rkd77/elinks") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1802lh9zsmwmsd4b4kzxzgv3y8f6fmi6i0cjjbwmnkdfivcal3v9")))) - (build-system meson-build-system) - (arguments - (list - #:configure-flags - #~(list "-D256-colors=true" - "-Dbrotli=true" - "-Dcgi=true" - "-Dfinger=true" - "-Dgemini=true" - "-Dgopher=true" - ;; FIXME: gpm is disabled because Meson cannot find its shared - ;; library even though "gpm" is given as an input. - "-Dgpm=false" - "-Dhtml-highlight=true" - "-Dlibev=true" - "-Dlzma=true" - "-Dnntp=true" - "-Dreproducible=true" - "-Dsource-date-epoch=1" - "-Dtest=true" - "-Dtrue-color=true" - ;; Fix GCC 14 build - "-Dc_args=-Wno-implicit-function-declaration"))) - (native-inputs - (list autoconf - automake - gettext-minimal - perl - pkg-config - python-minimal)) - (inputs - (list brotli - bzip2 - curl - expat - gnutls - gpm - libcss - libdom - libev - libgcrypt - libidn - lua - openssl - tre - xz - zlib)) - (home-page "http://elinks.cz/") - (synopsis "Advanced text mode web browser") - (description - "ELinks is a feature-rich program for browsing the web in text mode. + (package + (name "elinks") + (version "0.19.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rkd77/elinks") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1802lh9zsmwmsd4b4kzxzgv3y8f6fmi6i0cjjbwmnkdfivcal3v9")))) + (build-system meson-build-system) + (arguments + (list + #:configure-flags + #~(list "-D256-colors=true" + "-Dbrotli=true" + "-Dcgi=true" + "-Dfinger=true" + "-Dgemini=true" + "-Dgopher=true" + ;; FIXME: gpm is disabled because Meson cannot find its shared + ;; library even though "gpm" is given as an input. + "-Dgpm=false" + "-Dhtml-highlight=true" + "-Dlibev=true" + "-Dlzma=true" + "-Dnntp=true" + "-Dreproducible=true" + "-Dsource-date-epoch=1" + "-Dtest=true" + "-Dtrue-color=true" + ;; Fix GCC 14 build + "-Dc_args=-Wno-implicit-function-declaration"))) + (native-inputs + (list autoconf + automake + gettext-minimal + perl + pkg-config + python-minimal)) + (inputs + (list brotli + bzip2 + curl + expat + gnutls + gpm + libcss + libdom + libev + libgcrypt + libidn + lua + openssl + tre + xz + zlib)) + (home-page "http://elinks.cz/") + (synopsis "Advanced text mode web browser") + (description + "ELinks is a feature-rich program for browsing the web in text mode. It can render both frames and tables, is highly customisable and can be extended via Lua scripts. It is like an enhanced Lynx and Links.") - (license license:gpl2+))) + (license license:gpl2+))) (define-public luakit (package |
