headers: remove tcl, explicitly set CC_FOR_BUILD
Run nix flake check / build (push) Failing after 1m58s

This commit is contained in:
2026-05-31 18:00:34 +09:00
parent 3a77d225ef
commit 3b3bf381bf
+1 -2
View File
@@ -8,7 +8,6 @@
stdenv,
unzip,
tcl,
zlib,
icu,
@@ -24,7 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
unzip
tcl
];
buildInputs = [
@@ -50,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
env.NIX_CFLAGS_COMPILE = lib.concatStringsSep " " featureFlags;
env.NIX_CFLAGS_LINK = lib.optionalString features.ENABLE_FTS5 "-lm";
env.CC_FOR_BUILD = "${stdenv.cc.targetPrefix}cc";
makeFlags = [ "sqlite3.h" ];