guix: Add linter warning about texlive-updmap.cfg and texlive-tiny.
* guix/lint.scm (check-inputs-should-be-native): Warn when TEXLIVE-UPDMAP.CFG and TEXLIVE-TINY are not native inputs.
This commit is contained in:
		
							parent
							
								
									7a18bd9e74
								
							
						
					
					
						commit
						213cde14e3
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -518,6 +518,8 @@ of a package, and INPUT-NAMES, a list of package specifications such as
 | 
			
		|||
            "qmake"
 | 
			
		||||
            "qttools-5"
 | 
			
		||||
            "texinfo"
 | 
			
		||||
            "texlive-tiny"
 | 
			
		||||
            "texlive-updmap.cfg"
 | 
			
		||||
            "xorg-server-for-tests"
 | 
			
		||||
            "yelp-tools")))
 | 
			
		||||
    (map (lambda (input)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue