gnu: font-dejavu: Return #t from all phases.
* gnu/packages/fonts.scm (font-dejavu)[arguments]: Return #t from the 'install-conf' phase.
This commit is contained in:
		
							parent
							
								
									b5e530198a
								
							
						
					
					
						commit
						38ef437b0c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -137,7 +137,8 @@ TrueType (TTF) files.") | |||
|            (lambda* (#:key outputs #:allow-other-keys) | ||||
|              (let ((conf-dir (string-append (assoc-ref outputs "out") | ||||
|                                             "/share/fontconfig/conf.avail"))) | ||||
|                (copy-recursively "fontconfig" conf-dir))))))) | ||||
|                (copy-recursively "fontconfig" conf-dir) | ||||
|                #t)))))) | ||||
|     (home-page "http://dejavu-fonts.org/") | ||||
|     (synopsis "Vera font family derivate with additional characters") | ||||
|     (description "DejaVu provides an expanded version of the Vera font family | ||||
|  |  | |||
		Reference in a new issue