bind: fix cross compilation (#430164)

This commit is contained in:
Aleksana
2025-08-05 16:09:19 +08:00
committed by GitHub
+2
View File
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
perl
pkg-config
protobufc
removeReferencesTo
];
buildInputs = [
@@ -107,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
enableParallelBuilding = true;
strictDeps = true;
doCheck = false;
# TODO: investigate failures; see this and linked discussions: