gnu: texlive: Wrap with 'bash-minimal'.
* gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL.
This commit is contained in:
		
							parent
							
								
									cbd0a38ccb
								
							
						
					
					
						commit
						1345c611ba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5873,7 +5873,7 @@ This package contains the complete tree of texmf-dist data.")
 | 
				
			||||||
   (version "20190410")
 | 
					   (version "20190410")
 | 
				
			||||||
   (source #f)
 | 
					   (source #f)
 | 
				
			||||||
   (build-system trivial-build-system)
 | 
					   (build-system trivial-build-system)
 | 
				
			||||||
   (inputs `(("bash" ,bash) ; for wrap-program
 | 
					   (inputs `(("bash" ,bash-minimal)     ;for wrap-program
 | 
				
			||||||
             ("texlive-bin" ,texlive-bin)
 | 
					             ("texlive-bin" ,texlive-bin)
 | 
				
			||||||
             ("texlive-texmf" ,texlive-texmf)))
 | 
					             ("texlive-texmf" ,texlive-texmf)))
 | 
				
			||||||
   (native-search-paths
 | 
					   (native-search-paths
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue