gnu: font-gnu-unifont: Add Unifoundry source URL.
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Add unifoundry.com.
This commit is contained in:
		
							parent
							
								
									b5efe22a94
								
							
						
					
					
						commit
						f990bda402
					
				
					 1 changed files with 10 additions and 8 deletions
				
			
		| 
						 | 
					@ -617,14 +617,16 @@ languages, plus Greek and Cyrillic.")
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "font-gnu-unifont")
 | 
					    (name "font-gnu-unifont")
 | 
				
			||||||
    (version "12.0.01")
 | 
					    (version "12.0.01")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method url-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (string-append
 | 
					       (method url-fetch)
 | 
				
			||||||
                    "mirror://gnu/unifont/unifont-" version "/unifont-"
 | 
					       (uri (list
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					             (string-append "http://unifoundry.com/pub/unifont/unifont-"
 | 
				
			||||||
              (sha256
 | 
					                            version "/unifont-" version ".tar.gz")
 | 
				
			||||||
               (base32
 | 
					             (string-append "mirror://gnu/unifont/unifont-"
 | 
				
			||||||
                "059j82z6z4wqyy3261ns0zg2b2vh2wvxxfbsa9hra9xasism49vb"))))
 | 
					                            version "/unifont-" version ".tar.gz")))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "059j82z6z4wqyy3261ns0zg2b2vh2wvxxfbsa9hra9xasism49vb"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("out"   ; TrueType version
 | 
					    (outputs '("out"   ; TrueType version
 | 
				
			||||||
               "pcf"   ; PCF (bitmap) version
 | 
					               "pcf"   ; PCF (bitmap) version
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue