gnu: texlive-latex-base: Put fewer paths on TEXINPUTS.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use double slash for recursive directory search instead of FIND-FILES.
This commit is contained in:
		
							parent
							
								
									e2f47efee6
								
							
						
					
					
						commit
						6858ade2e5
					
				
					 1 changed files with 2 additions and 9 deletions
				
			
		| 
						 | 
					@ -1165,15 +1165,8 @@ book).")
 | 
				
			||||||
                        (getcwd) ":"
 | 
					                        (getcwd) ":"
 | 
				
			||||||
                        (getcwd) "/build:"
 | 
					                        (getcwd) "/build:"
 | 
				
			||||||
                        (string-join
 | 
					                        (string-join
 | 
				
			||||||
                         (append-map (match-lambda
 | 
					                         (map (match-lambda ((_ . dir) dir)) inputs)
 | 
				
			||||||
                                       ((_ . dir)
 | 
					                         "//:")))
 | 
				
			||||||
                                        (find-files dir
 | 
					 | 
				
			||||||
                                                    (lambda (_ stat)
 | 
					 | 
				
			||||||
                                                      (eq? 'directory (stat:type stat)))
 | 
					 | 
				
			||||||
                                                    #:directories? #t
 | 
					 | 
				
			||||||
                                                    #:stat stat)))
 | 
					 | 
				
			||||||
                                     inputs)
 | 
					 | 
				
			||||||
                         ":")))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
               ;; Create an empty texsys.cfg, because latex.ltx wants to include
 | 
					               ;; Create an empty texsys.cfg, because latex.ltx wants to include
 | 
				
			||||||
               ;; it.  This file must exist and it's fine if it's empty.
 | 
					               ;; it.  This file must exist and it's fine if it's empty.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue