lsd: switch to apple-sdk_11

This commit is contained in:
zowoq 2024-10-18 14:17:13 +10:00
parent 7495125f91
commit bda767efc9

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
rustPlatform,
installShellFiles,
darwin,
apple-sdk_11,
pandoc,
testers,
lsd,
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
pandoc
];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ];
postInstall = ''
pandoc --standalone --to man doc/lsd.md -o lsd.1