* [bug#68657] [PATCH]: Update Nyxt to 3.11.1
@ 2024-01-22 14:11 André A. Gomes
2024-01-24 10:23 ` bug#68657: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-01-22 14:11 UTC (permalink / raw)
To: 68657
[-- 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.1.patch --]
[-- Type: text/x-patch, Size: 3576 bytes --]
From 18ced425659c398ca8325ce4f7c7a5f98b95bc90 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 22 Jan 2024 15:31:48 +0200
Subject: [PATCH] gnu: nyxt: Update to 3.11.1.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.1.
---
gnu/packages/web-browsers.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 71289dbb2b..143aa63920 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -70,6 +70,7 @@ (define-module (gnu packages web-browsers)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnome-xyz)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
@@ -589,7 +590,7 @@ (define-public vimb
(define-public nyxt
(package
(name "nyxt")
- (version "3.11.0")
+ (version "3.11.1")
(source
(origin
(method git-fetch)
@@ -598,7 +599,7 @@ (define-public nyxt
(commit version)))
(sha256
(base32
- "0hzkpk8kshw7afz3pryi99xz2vg3v676day0mgji3hvaazfan39p"))
+ "107zsjpwhdiafgj55zdbqj6qwyvpfcdf8vxn16sry16r2jaxxagf"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -610,14 +611,9 @@ (define-public nyxt
(modify-phases %standard-phases
(delete 'configure)
(add-before 'build 'fix-common-lisp-cache-folder
- (lambda _
- (setenv "HOME" "/tmp")
- #t))
+ (lambda _ (setenv "HOME" "/tmp") #t))
(add-before 'check 'configure-tests
- (lambda _
- (setenv "NYXT_TESTS_NO_NETWORK" "1")
- (setenv "NYXT_TESTS_ERROR_ON_FAIL" "1")
- #t))
+ (lambda _ (setenv "NYXT_TESTS_NO_NETWORK" "1") #t))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((bin (string-append (assoc-ref outputs "out") "/bin/nyxt"))
@@ -665,14 +661,12 @@ (define-public nyxt
sbcl-dissect
sbcl-enchant
sbcl-flexi-streams
- sbcl-fset
sbcl-history-tree
sbcl-iolib
sbcl-lass
sbcl-local-time
sbcl-log4cl
sbcl-lparallel
- sbcl-mk-string-metrics
sbcl-montezuma
sbcl-moptilities
sbcl-named-readtables
@@ -710,9 +704,15 @@ (define-public nyxt
gtk+ ; For the main loop
webkitgtk-for-gtk3 ; Required when we use its typelib
gobject-introspection
- pkg-config))
+ pkg-config
+ ;; Useful for video playback
+ gst-libav
+ gst-plugins-bad
+ gst-plugins-base
+ gst-plugins-good
+ gst-plugins-ugly))
(synopsis "Extensible web-browser in Common Lisp")
- (home-page "https://nyxt.atlas.engineer")
+ (home-page "https://nyxt-browser.com/")
(description "Nyxt is a keyboard-oriented, extensible web-browser designed
for power users. The application has familiar Emacs and VI key-bindings and
is fully configurable and extensible in Common Lisp.")
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68657: [PATCH]: Update Nyxt to 3.11.1
2024-01-22 14:11 [bug#68657] [PATCH]: Update Nyxt to 3.11.1 André A. Gomes
@ 2024-01-24 10:23 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-24 10:23 UTC (permalink / raw)
To: André A. Gomes; +Cc: 68657-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 90f9528748db5edc8df20dc4c625fd6ad1a55b8f.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-24 10:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 14:11 [bug#68657] [PATCH]: Update Nyxt to 3.11.1 André A. Gomes
2024-01-24 10:23 ` bug#68657: " Guillaume Le Vaillant
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.