GNU bug report logs -
#75499
[PATCH 0/3] gnu: librewolf: Update to 133.0.3-1.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sat, 11 Jan 2025 17:28:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/librewolf.scm (make-librewolf-source): Take l10n package as an
arg.
Change-Id: I3c405edc07edb54e27afee16325c93a83d37ad79
---
gnu/packages/librewolf.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 1d58191e0c..a4eb45f03e 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -21,7 +21,7 @@
;;; Copyright © 2021, 2022, 2023 John Kehayias <john.kehayias <at> protonmail.com>
;;; Copyright © 2022 Pierre Langlois <pierre.langlois <at> gmx.com>
;;; Copyright © 2023 Tomas Volf <wolf <at> wolfsden.cz>
-;;; Copyright © 2023 Ian Eure <ian <at> retrospec.tv>
+;;; Copyright © 2023, 2024, 2025 Ian Eure <ian <at> retrospec.tv>
;;; Copyright © 2024 Remco van 't Veer <remco <at> remworks.net>
;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10 <at> gmail.com>
;;;
@@ -126,7 +126,7 @@ (define firefox-l10n
(file-name (git-file-name "firefox-l10n" commit))
(sha256 (base32 "0g778fnxg5mkqm3rgryzl64f3n4pczngjdlby07vh2dycvmlyga8")))))
-(define* (make-librewolf-source #:key version firefox-hash librewolf-hash)
+(define* (make-librewolf-source #:key version firefox-hash librewolf-hash l10n)
(let* ((ff-src (firefox-source-origin
(car (string-split version #\-))
firefox-hash))
@@ -182,7 +182,7 @@ (define* (make-librewolf-source #:key version firefox-hash librewolf-hash)
(substitute* "scripts/librewolf-patches.py"
(("l10n_dir = Path(\"..\", \"l10n\")")
(string-append
- "l10n_dir = \"" #+firefox-l10n "\""))))
+ "l10n_dir = \"" #+l10n "\""))))
;; Run the build script
(invoke "make" "all")
@@ -213,7 +213,8 @@ (define-public librewolf
(make-librewolf-source
#:version version
#:firefox-hash "06ya18ma1gndci0aygz75hidn3kwa1kji78g8smh7fq0091aad7i"
- #:librewolf-hash "05mlqqcvsa84h3nagm51hwsxkxsbcn2676fj4bih37ddlgkylf3b"))
+ #:librewolf-hash "05mlqqcvsa84h3nagm51hwsxkxsbcn2676fj4bih37ddlgkylf3b"
+ #:l10n firefox-l10n))
(build-system gnu-build-system)
(arguments
(list
--
2.47.1
This bug report was last modified 124 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.