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:
Jared Baur
2024-12-28 10:54:38 -07:00
parent e069bef58b
commit adf29eeeb6
+5
View File
@@ -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; {