diff --git a/pkgs/by-name/te/tectonic-unwrapped/package.nix b/pkgs/by-name/te/tectonic-unwrapped/package.nix index e9b9dcb2c815..197568c236d5 100644 --- a/pkgs/by-name/te/tectonic-unwrapped/package.nix +++ b/pkgs/by-name/te/tectonic-unwrapped/package.nix @@ -11,7 +11,6 @@ stdenv, fetchFromGitHub, rustPlatform, - darwin, fontconfig, harfbuzzFull, openssl, @@ -56,21 +55,12 @@ rustPlatform.buildRustPackage rec { buildFeatures = [ "external-harfbuzz" ]; - buildInputs = - [ - icu - fontconfig - harfbuzzFull - openssl - ] - ++ lib.optionals stdenv.hostPlatform.isDarwin ( - with darwin.apple_sdk.frameworks; - [ - ApplicationServices - Cocoa - Foundation - ] - ); + buildInputs = [ + icu + fontconfig + harfbuzzFull + openssl + ]; postInstall = ''