all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.