gnu: mozjs: Build with ICU 69.
* gnu/packages/icu4c.scm (icu4c-69): New variable. * gnu/packages/gnuzilla.scm (mozjs)[inputs]: Change from ICU4C to ICU4C-69.
This commit is contained in:
		
							parent
							
								
									89a2a5a72e
								
							
						
					
					
						commit
						7f781c0434
					
				
					 2 changed files with 17 additions and 1 deletions
				
			
		| 
						 | 
					@ -233,7 +233,7 @@
 | 
				
			||||||
           rust
 | 
					           rust
 | 
				
			||||||
           `(,rust "cargo")))
 | 
					           `(,rust "cargo")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list icu4c readline zlib))
 | 
					     (list icu4c-69 readline zlib))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list nspr))                ; in the Requires.private field of mozjs-*.pc
 | 
					     (list nspr))                ; in the Requires.private field of mozjs-*.pc
 | 
				
			||||||
    (home-page
 | 
					    (home-page
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -121,6 +121,22 @@ C/C++ part.")
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1m9zgkaf5lyh65nyc6n0n5bs2f5k53nnj1ih6nskpwbvq4l5884d"))))))
 | 
					                "1m9zgkaf5lyh65nyc6n0n5bs2f5k53nnj1ih6nskpwbvq4l5884d"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public icu4c-69
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit icu4c)
 | 
				
			||||||
 | 
					    (version "69.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
 | 
				
			||||||
 | 
					                "0icps0avkwy5df3wwc5kybxcg63hcgk4phdh9g244g0xrmx7pfjc"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public icu4c-67
 | 
					(define-public icu4c-67
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit icu4c)
 | 
					    (inherit icu4c)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue