From 0fda0e38cfb6949fde8a0917fcd89f759b01de13 Mon Sep 17 00:00:00 2001 From: Yuri Date: Fri, 24 Oct 2025 19:04:04 +0200 Subject: [PATCH] Fix Darwin build error --- pkgs/by-name/fe/feishin/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fe/feishin/package.nix b/pkgs/by-name/fe/feishin/package.nix index 466457283ebc..681819df852d 100644 --- a/pkgs/by-name/fe/feishin/package.nix +++ b/pkgs/by-name/fe/feishin/package.nix @@ -96,7 +96,7 @@ buildNpmPackage { '' + lib.optionalString stdenv.hostPlatform.isDarwin '' mkdir -p $out/{Applications,bin} - cp -r release/build/**/Feishin.app $out/Applications/ + cp -r dist/**/Feishin.app $out/Applications/ makeWrapper $out/Applications/Feishin.app/Contents/MacOS/Feishin $out/bin/feishin '' + lib.optionalString stdenv.hostPlatform.isLinux ''