summaryrefslogtreecommitdiff
path: root/nongnu/packages/mozilla.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-08-29 19:43:09 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-08-29 19:43:09 -0400
commitdc7daa560e801b98d01ca034da3390d342e1c63a (patch)
treecd65aa4d405622eaa714dfed5705044e32d6d3df /nongnu/packages/mozilla.scm
parent1d7c890926a0f7c7abfce83b6cff42960a5f4228 (diff)
nongnu: Remove icu4c-73.
This version of icu4c is in Guix and made public in cf842e9b20b89ecb08ac3456a91780ec07b5a201. This also failed to build on the core-updates nonguix build due to a test failure which should be fixed in Guix with 7937c8827b8d23347a3159b4696335bd19fc17aa. * nongnu/packages/mozilla.scm (icu4c-73): Delete variable.
Diffstat (limited to 'nongnu/packages/mozilla.scm')
-rw-r--r--nongnu/packages/mozilla.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 4b2f2f1..885a7ae 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -82,22 +82,6 @@
(define-public rust-firefox-esr rust-1.77)
(define-public rust-firefox rust-1.77)
-(define icu4c-73
- (package
- (inherit icu4c)
- (version "73.1")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/unicode-org/icu/releases/download/release-"
- (string-map (lambda (x) (if (char=? x #\.) #\- x)) version)
- "/icu4c-"
- (string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
- "-src.tgz"))
- (sha256
- (base32
- "0iccpdvc0kvpww5a31k9gjkqigyz016i7v80r9zamd34w4fl6mx4"))))))
-
;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.
(define %firefox-esr-build-id "20240805130522")