appflowy: Fix missing attribute on aarch64-linux

This commit is contained in:
Artturin 2024-09-25 21:39:54 +03:00
parent 769ffb7986
commit a70951ade3

View File

@ -25,7 +25,8 @@ let
}; };
aarch64-darwin = x86_64-darwin; aarch64-darwin = x86_64-darwin;
} }
."${stdenvNoCC.hostPlatform.system}"; ."${stdenvNoCC.hostPlatform.system}"
or (throw "appflowy: No source for system: ${stdenvNoCC.hostPlatform.system}");
in in
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy"; pname = "appflowy";