mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: librewolf: Fix broken context menu.
This patch fixes a reported bug where context (right-click) menus contain many duplicate and incorrect entries. * gnu/packages/librewolf.scm (librewolf) [phases] <neuter-genai>: Reinstate the genai browser component. Change-Id: I288545ce80b9a7e854edfc26a7ffe43433303458
This commit is contained in:
parent
a950a89d2f
commit
daaba6ac16
1 changed files with 1 additions and 4 deletions
|
@ -212,7 +212,7 @@ (define rust-librewolf rust) ; 1.75 is the default in Guix, 1.65 is the minimum.
|
|||
;; Update this id with every update to its release date.
|
||||
;; It's used for cache validation and therefore can lead to strange bugs.
|
||||
;; ex: date '+%Y%m%d%H%M%S'
|
||||
(define %librewolf-build-id "20240922110507")
|
||||
(define %librewolf-build-id "20241003201141")
|
||||
|
||||
(define-public librewolf
|
||||
(package
|
||||
|
@ -324,9 +324,6 @@ (define (write-setting key value)
|
|||
libavcodec)))))
|
||||
(add-after 'unpack 'neuter-genai
|
||||
(lambda* _
|
||||
;; Don't compile the code in.
|
||||
(substitute* "browser/components/moz.build"
|
||||
(("\"genai\",") ""))
|
||||
;; Lock the preferences so they can't be enabled.
|
||||
(substitute* "lw/librewolf.cfg"
|
||||
(("defaultPref\\(\"browser\\.ml\\.")
|
||||
|
|
Loading…
Reference in a new issue