appflowy: Fix missing attribute on aarch64-linux
This commit is contained in:
parent
769ffb7986
commit
a70951ade3
@ -25,7 +25,8 @@ let
|
||||
};
|
||||
aarch64-darwin = x86_64-darwin;
|
||||
}
|
||||
."${stdenvNoCC.hostPlatform.system}";
|
||||
."${stdenvNoCC.hostPlatform.system}"
|
||||
or (throw "appflowy: No source for system: ${stdenvNoCC.hostPlatform.system}");
|
||||
in
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "appflowy";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user