gnu: font-gnu-unifont: Update to 11.0.03.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.03. [arguments]: Enable parallel builds.
This commit is contained in:
		
							parent
							
								
									0ba4a67976
								
							
						
					
					
						commit
						f21058dc5c
					
				
					 1 changed files with 7 additions and 9 deletions
				
			
		| 
						 | 
					@ -622,7 +622,7 @@ languages, plus Greek and Cyrillic.")
 | 
				
			||||||
(define-public font-gnu-unifont
 | 
					(define-public font-gnu-unifont
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "font-gnu-unifont")
 | 
					    (name "font-gnu-unifont")
 | 
				
			||||||
    (version "11.0.02")
 | 
					    (version "11.0.03")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -630,16 +630,14 @@ languages, plus Greek and Cyrillic.")
 | 
				
			||||||
                    version ".tar.gz"))
 | 
					                    version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1di8i44c163b9l5f08jcrjfijnqz0j7p7hpfvf8dcms6cm6s4wvy"))))
 | 
					                "171zhm52c4rzpn19qcq4n9nyfbcjl38v50zslhvgpjdcmc5jvhav"))))
 | 
				
			||||||
    (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
 | 
				
			||||||
               "psf"   ; PSF (console) version
 | 
					               "psf"   ; PSF (console) version
 | 
				
			||||||
               "bin" ; Utilities to manipulate '.hex' format
 | 
					               "bin")) ; Utilities to manipulate '.hex' format
 | 
				
			||||||
               ))
 | 
					 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:parallel-build? #f ; parallel build fails
 | 
					     '(#:tests? #f          ; no check target
 | 
				
			||||||
       #:tests? #f          ; no check target
 | 
					 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (replace
 | 
					         (replace
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue