gopass: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:29 -04:00
parent 7da765f439
commit 1557189e93
-6
View File
@@ -10,7 +10,6 @@
xclip,
wl-clipboard,
passAlias ? false,
apple-sdk_14,
nix-update-script,
versionCheckHook,
}:
@@ -36,11 +35,6 @@ buildGoModule (finalAttrs: {
makeBinaryWrapper
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
# For ScreenCaptureKit.h, see https://github.com/NixOS/nixpkgs/pull/358760#discussion_r1858327365
apple-sdk_14
];
src = fetchFromGitHub {
owner = "gopasspw";
repo = "gopass";