fix(#2280): add nativeBuildInputs to daemonBins + hiveForgePkg — sqlite/pkg-config
This commit is contained in:
parent
4a9aff584e
commit
2f16f0e438
1 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@
|
|||
# binary derivations means a prompt edit doesn't bust the cargo cache.
|
||||
daemonBins = craneLib.buildPackage {
|
||||
src = cleanSrc;
|
||||
inherit cargoArtifacts;
|
||||
inherit cargoArtifacts nativeBuildInputs;
|
||||
cargoExtraArgs = "--bin hive-c0re --bin hive-agent --bin hive-agent-mcp --bin hive-agent-wake --bin hive-bash-daemon --bin hive-bash-mcp --bin hive-matrix-daemon --bin hive-matrix-mcp";
|
||||
pname = "hyperhive-daemon";
|
||||
version = "0.1.0";
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
# `daemonBins`.
|
||||
hiveForgePkg = craneLib.buildPackage {
|
||||
src = cleanSrc;
|
||||
inherit cargoArtifacts;
|
||||
inherit cargoArtifacts nativeBuildInputs;
|
||||
cargoExtraArgs = "--bin hive-forge";
|
||||
pname = "hive-forge";
|
||||
version = "0.1.0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue