* [bug#72412] [PATCH]: Update Nyxt to 3.11.8
@ 2024-08-01 16:20 André A. Gomes
2024-08-11 10:00 ` Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: André A. Gomes @ 2024-08-01 16:20 UTC (permalink / raw)
To: 72412
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Attached, thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nyxt-Update-to-3.11.8.patch --]
[-- Type: text/x-patch, Size: 1428 bytes --]
From aa238d8c50058510897dacf78a0a51c00ed2d71f Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Thu, 1 Aug 2024 19:19:46 +0300
Subject: [PATCH] gnu: nyxt: Update to 3.11.8.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.8.
---
gnu/packages/web-browsers.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 4a2b28916d..1fb859e8da 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -594,7 +594,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
- (version "3.11.7")
+ (version "3.11.8")
(source
(origin
(method git-fetch)
@@ -603,11 +603,12 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "0qrlks2b4a02b1lf8ah5cv3y32kh8yxnxkvfgrnia92g72xpj4j2"))
+ "0hyc16vqcm2qlz7x3dddcwkh1s9v1fi8bpzs25dwwd48vl6cx4p0"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags (list "nyxt" "NYXT_SUBMODULES=false"
+ `(#:tests? #false
+ #:make-flags (list "nyxt" "NYXT_SUBMODULES=false"
(string-append "DESTDIR=" (assoc-ref %outputs "out"))
"PREFIX=")
#:strip-binaries? #f ; Stripping breaks SBCL binaries.
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#72412] [PATCH]: Update Nyxt to 3.11.8
2024-08-01 16:20 [bug#72412] [PATCH]: Update Nyxt to 3.11.8 André A. Gomes
@ 2024-08-11 10:00 ` Christopher Baines
2024-08-12 7:31 ` André A. Gomes
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2024-08-11 10:00 UTC (permalink / raw)
To: André A. Gomes; +Cc: 72412
[-- Attachment #1: Type: text/plain, Size: 134 bytes --]
André A. Gomes <andremegafone@gmail.com> writes:
> Attached, thanks.
Why are the tests being disabled in this version update?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#72412] [PATCH]: Update Nyxt to 3.11.8
2024-08-11 10:00 ` Christopher Baines
@ 2024-08-12 7:31 ` André A. Gomes
0 siblings, 0 replies; 3+ messages in thread
From: André A. Gomes @ 2024-08-12 7:31 UTC (permalink / raw)
To: Christopher Baines; +Cc: 72412
Christopher Baines <mail@cbaines.net> writes:
> André A. Gomes <andremegafone@gmail.com> writes:
>
>> Attached, thanks.
>
> Why are the tests being disabled in this version update?
They fail due to a rather odd reasons - undocumented exported symbols.
I thought that the issue would raise warnings, instead of making the
tests fails. It would be odd to re-do the release due to such a tiny
detail.
The situation will be fixed in the next release. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-12 7:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 16:20 [bug#72412] [PATCH]: Update Nyxt to 3.11.8 André A. Gomes
2024-08-11 10:00 ` Christopher Baines
2024-08-12 7:31 ` André A. Gomes
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).