Unverified Commit 08381852 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

bruno: switch to apple-sdk_11 (#353723)

parents 767f1efe a685fde6
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -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 = [