bruno: switch to apple-sdk_11

This commit is contained in:
Austin Horstman 2024-11-04 16:27:05 -06:00
parent a9089570c5
commit a685fde6db
No known key found for this signature in database

View File

@ -14,17 +14,10 @@
cairo,
pango,
npm-lockfile-fix,
overrideSDK,
darwin,
apple-sdk_11,
}:
let
# fix for: https://github.com/NixOS/nixpkgs/issues/272156
buildNpmPackage' = buildNpmPackage.override {
stdenv = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv;
};
in
buildNpmPackage' rec {
buildNpmPackage rec {
pname = "bruno";
version = "1.34.0";
@ -59,7 +52,8 @@ buildNpmPackage' rec {
pango
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk_11_0.frameworks.CoreText
# fix for: https://github.com/NixOS/nixpkgs/issues/272156
apple-sdk_11
];
desktopItems = [