bottom: migrate to new apple sdk

This commit is contained in:
Gutyina Gergő
2024-12-11 09:33:06 +01:00
parent d93447f350
commit 630e1cd57e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
installShellFiles,
stdenv,
darwin,
apple-sdk_11,
bottom,
testers,
}:
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk_11_0.frameworks.Foundation
apple-sdk_11
];
doCheck = false;
+1 -1
View File
@@ -18810,7 +18810,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { };
bottom = callPackage ../tools/system/bottom { };
cagebreak = callPackage ../applications/window-managers/cagebreak {
wlroots = wlroots_0_17;