Add include-what-you-use to ovni derivation
This commit is contained in:
		
							parent
							
								
									ddbb7dd9f4
								
							
						
					
					
						commit
						09e7de548d
					
				| @ -2,12 +2,13 @@ | ||||
|   stdenv | ||||
| , cmake | ||||
| , mpi | ||||
| , include-what-you-use | ||||
| }: | ||||
| 
 | ||||
| stdenv.mkDerivation rec { | ||||
|   name = "ovni"; | ||||
| 
 | ||||
|   buildInputs = [ cmake mpi ]; | ||||
|   buildInputs = [ cmake mpi include-what-you-use ]; | ||||
| 
 | ||||
|   # Prevent accidental reutilization of previous builds, as we are taking the | ||||
|   # current directory as-is | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user