We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94cfba7 + 17b7fb3 commit 5a6864cCopy full SHA for 5a6864c
tests/functional/package.nix
@@ -60,7 +60,10 @@ mkMesonDerivation (
60
];
61
62
nativeBuildInputs = finalAttrs.passthru.externalNativeBuildInputs ++ [
63
- nix-cli
+ # Explicitly splice the hostHost variant to fix LLVM tests. The nix-cli
64
+ # has to be in PATH, but must come from the host context where it's built
65
+ # with libc++.
66
+ (nix-cli.__spliced.hostHost or nix-cli)
67
68
69
buildInputs = [
0 commit comments