diff mbox series

[bug#72412] : Update Nyxt to 3.11.8

Message ID 87wml01agl.fsf@gmail.com
State New
Headers show
Series [bug#72412] : Update Nyxt to 3.11.8 | expand

Commit Message

André A. Gomes Aug. 1, 2024, 4:20 p.m. UTC
Attached, thanks.

Comments

Christopher Baines Aug. 11, 2024, 10 a.m. UTC | #1
André A. Gomes <andremegafone@gmail.com> writes:

> Attached, thanks.

Why are the tests being disabled in this version update?
André A. Gomes Aug. 12, 2024, 7:31 a.m. UTC | #2
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.
diff mbox series

Patch

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