discord: drop x86_64-darwin support
This commit is contained in:
@@ -35,7 +35,7 @@ let
|
||||
self = discord-development;
|
||||
};
|
||||
};
|
||||
x86_64-darwin = {
|
||||
aarch64-darwin = {
|
||||
discord = rec {
|
||||
branch = "stable";
|
||||
binaryName = desktopName;
|
||||
@@ -62,7 +62,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
aarch64-darwin = x86_64-darwin;
|
||||
default = x86_64-linux; # Used for unsupported platforms, so we can return *something* there.
|
||||
};
|
||||
|
||||
@@ -81,7 +80,6 @@ let
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
|
||||
Reference in New Issue
Block a user