wasmtime: copy nested c-api header files (#423902)

authored by Aleksana and committed by GitHub 09852d65 7e317b84

+1 -7
+1 -7
pkgs/by-name/wa/wasmtime/package.nix
··· 59 59 rm -r ''${!outputLib}/lib 60 60 61 61 # copy the build.rs generated c-api headers 62 - install -d -m0755 $dev/include/wasmtime 63 62 # https://github.com/rust-lang/cargo/issues/9661 64 - install -m0644 \ 65 - target/${cargoShortTarget}/release/build/wasmtime-c-api-impl-*/out/include/*.h \ 66 - $dev/include 67 - install -m0644 \ 68 - target/${cargoShortTarget}/release/build/wasmtime-c-api-impl-*/out/include/wasmtime/*.h \ 69 - $dev/include/wasmtime 63 + cp -r target/${cargoShortTarget}/release/build/wasmtime-c-api-impl-*/out/include $dev/include 70 64 '' 71 65 + lib.optionalString stdenv.hostPlatform.isDarwin '' 72 66 install_name_tool -id \