mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
sketchybar: clean up after x86_64-darwin drop
This commit is contained in:
@@ -10,12 +10,6 @@
|
||||
|
||||
let
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
|
||||
target =
|
||||
{
|
||||
"aarch64-darwin" = "arm64";
|
||||
}
|
||||
.${system} or (throw "Unsupported system: ${system}");
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sketchybar";
|
||||
@@ -37,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
apple-sdk_15
|
||||
];
|
||||
|
||||
makeFlags = [ target ];
|
||||
makeFlags = [ "arm64" ];
|
||||
|
||||
# TODO: Remove once #536365 reaches this branch
|
||||
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
|
||||
|
||||
Reference in New Issue
Block a user