wasmtime: don't propagate binaries for C API & library

This commit is contained in:
winston
2025-08-29 23:14:11 +02:00
parent 32a81ea5e6
commit c2a7bd7b11
+4
View File
@@ -48,6 +48,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
# error: linker `rust-lld` not found
!isAarch64;
# prevent $out from being propagated to $dev:
# the library and header files are not dependent on the binaries
propagatedBuildOutputs = [ ];
postInstall =
let
inherit (stdenv.targetPlatform.rust) cargoShortTarget;