movit: nixfmt
This commit is contained in:
		
							parent
							
								
									bf1f0fcf4c
								
							
						
					
					
						commit
						4aed94ed42
					
				| @ -45,11 +45,13 @@ stdenv.mkDerivation rec { | ||||
|     libepoxy | ||||
|   ]; | ||||
| 
 | ||||
|   env = { | ||||
|     NIX_CFLAGS_COMPILE = "-std=c++17"; # needed for latest gtest | ||||
|   } // lib.optionalAttrs stdenv.hostPlatform.isDarwin { | ||||
|     NIX_LDFLAGS = "-framework OpenGL"; | ||||
|   }; | ||||
|   env = | ||||
|     { | ||||
|       NIX_CFLAGS_COMPILE = "-std=c++17"; # needed for latest gtest | ||||
|     } | ||||
|     // lib.optionalAttrs stdenv.hostPlatform.isDarwin { | ||||
|       NIX_LDFLAGS = "-framework OpenGL"; | ||||
|     }; | ||||
| 
 | ||||
|   enableParallelBuilding = true; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 K900
						K900