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:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user