From 99ede64fb140dbef5c6fba91360243e3838cd7b0 Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Fri, 27 Mar 2026 14:07:34 +0800 Subject: [PATCH] fluffychat-web: fix build --- pkgs/by-name/fl/fluffychat/vodozemac-wasm.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/fl/fluffychat/vodozemac-wasm.nix b/pkgs/by-name/fl/fluffychat/vodozemac-wasm.nix index 3d9e1cd00118..ef8a0888a144 100644 --- a/pkgs/by-name/fl/fluffychat/vodozemac-wasm.nix +++ b/pkgs/by-name/fl/fluffychat/vodozemac-wasm.nix @@ -69,12 +69,12 @@ stdenv.mkDerivation { cargoDeps = symlinkJoin { name = "vodozemac-wasm-cargodeps"; - paths = [ - pubSources.flutter_vodozemac.passthru.cargoDeps - # Pull in rust vendor so we don't have to vendor rustLibSrc again - # This is required because `-Z build-std=std,panic_abort` rebuilds std - rustPlatform.rustVendorSrc - ]; + paths = [ pubSources.flutter_vodozemac.passthru.cargoDeps ]; + # Pull in rust vendor so we don't have to vendor rustLibSrc again + # This is required because `-Z build-std=std,panic_abort` rebuilds std + postBuild = '' + cp -rsn ${rustPlatform.rustVendorSrc}/* $out/*/ + ''; }; nativeBuildInputs = [