sile: remove now unneeded darwin inputs

https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295
This commit is contained in:
Doron Behar 2024-11-28 15:54:24 +02:00
parent e405f30513
commit f3125d2f71

View File

@ -19,7 +19,6 @@
libiconv,
stylua,
typos,
darwin,
# FONTCONFIG_FILE
makeFontsConf,
gentium,
@ -54,19 +53,15 @@ stdenv.mkDerivation (finalAttrs: {
rustPlatform.cargoSetupHook
];
buildInputs =
[
finalAttrs.finalPackage.passthru.luaEnv
harfbuzz
icu
fontconfig
libiconv
stylua
typos
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.AppKit
];
buildInputs = [
finalAttrs.finalPackage.passthru.luaEnv
harfbuzz
icu
fontconfig
libiconv
stylua
typos
];
configureFlags =
[