tayga: fix building with gcc14
Sources for tayga haven't been updated since 2011, therefore it's probably more reasonable to disable these errors during compilation rather than patching.
This commit is contained in:
		
							parent
							
								
									e069bef58b
								
							
						
					
					
						commit
						adf29eeeb6
					
				| @ -14,6 +14,11 @@ stdenv.mkDerivation rec { | ||||
|     hash = "sha256-Kx95J6nS3P+Qla/zwnGSSwUsz9L6ypWIsndDGkTwAJw="; | ||||
|   }; | ||||
| 
 | ||||
|   env.NIX_CFLAGS_COMPILE = toString [ | ||||
|     "-Wno-address-of-packed-member" | ||||
|     "-Wno-implicit-function-declaration" | ||||
|   ]; | ||||
| 
 | ||||
|   passthru.tests.tayga = nixosTests.tayga; | ||||
| 
 | ||||
|   meta = with lib; { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jared Baur
						Jared Baur