gnu: mesa: Build with llvm@8 explicitly.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
This commit is contained in:
		
							parent
							
								
									501672d754
								
							
						
					
					
						commit
						b77a901e06
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -268,7 +268,7 @@ also known as DXTn or DXTC) for Mesa.")
 | 
				
			||||||
        ("libxvmc" ,libxvmc)
 | 
					        ("libxvmc" ,libxvmc)
 | 
				
			||||||
        ,@(match (%current-system)
 | 
					        ,@(match (%current-system)
 | 
				
			||||||
            ((or "x86_64-linux" "i686-linux")
 | 
					            ((or "x86_64-linux" "i686-linux")
 | 
				
			||||||
             `(("llvm" ,llvm)))
 | 
					             `(("llvm" ,llvm-8)))
 | 
				
			||||||
            (_
 | 
					            (_
 | 
				
			||||||
             `()))
 | 
					             `()))
 | 
				
			||||||
        ("makedepend" ,makedepend)
 | 
					        ("makedepend" ,makedepend)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue