mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
sile: remove now unneeded darwin inputs
https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295
This commit is contained in:
parent
e405f30513
commit
f3125d2f71
1 changed files with 9 additions and 14 deletions
|
@ -19,7 +19,6 @@
|
||||||
libiconv,
|
libiconv,
|
||||||
stylua,
|
stylua,
|
||||||
typos,
|
typos,
|
||||||
darwin,
|
|
||||||
# FONTCONFIG_FILE
|
# FONTCONFIG_FILE
|
||||||
makeFontsConf,
|
makeFontsConf,
|
||||||
gentium,
|
gentium,
|
||||||
|
@ -54,19 +53,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
rustPlatform.cargoSetupHook
|
rustPlatform.cargoSetupHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs = [
|
||||||
[
|
finalAttrs.finalPackage.passthru.luaEnv
|
||||||
finalAttrs.finalPackage.passthru.luaEnv
|
harfbuzz
|
||||||
harfbuzz
|
icu
|
||||||
icu
|
fontconfig
|
||||||
fontconfig
|
libiconv
|
||||||
libiconv
|
stylua
|
||||||
stylua
|
typos
|
||||||
typos
|
];
|
||||||
]
|
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
|
||||||
darwin.apple_sdk.frameworks.AppKit
|
|
||||||
];
|
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue