tayga: fix cross (#436812)

This commit is contained in:
Florian Klink
2025-08-26 11:33:24 +03:00
committed by GitHub
+2
View File
@@ -16,6 +16,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-xOm4fetFq2UGuhOojrT8WOcX78c6MLTMVbDv+O62x2E=";
};
makeFlags = [ "CC=${lib.getExe stdenv.cc}" ];
preBuild = ''
echo "#define TAYGA_VERSION \"${finalAttrs.version}\"" > version.h
'';