gnu: texlive-fonts-rsfs: Use 'invoke'.
* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Use 'invoke' in place of 'system*'.
This commit is contained in:
		
							parent
							
								
									e26de9c928
								
							
						
					
					
						commit
						d5fb4a3a9f
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -2995,13 +2995,13 @@ texlive-2017.1/Master/texmf-dist/doc/fonts/ec/copyrite.txt"))))
 | 
			
		|||
             (mkdir "build")
 | 
			
		||||
             (every (lambda (font)
 | 
			
		||||
                      (format #t "building font ~a\n" font)
 | 
			
		||||
                      (zero? (system* "mf" "-progname=mf"
 | 
			
		||||
                      (invoke "mf" "-progname=mf"
 | 
			
		||||
                              "-output-directory=build"
 | 
			
		||||
                              (string-append "\\"
 | 
			
		||||
                                             "mode:=ljfour; "
 | 
			
		||||
                                             "mag:=1; "
 | 
			
		||||
                                             "batchmode; "
 | 
			
		||||
                                                     "input " (basename font ".mf")))))
 | 
			
		||||
                                             "input " (basename font ".mf"))))
 | 
			
		||||
                    (find-files "." "[0-9]+\\.mf$"))))
 | 
			
		||||
         (replace 'install
 | 
			
		||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue