Unverified Commit 4f2a999c authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

bruno: fix build on Darwin (#453796)

parents b9f26e17 019efb7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  clang_20,
  fetchFromGitHub,
  buildNpmPackage,
  nix-update-script,
@@ -38,6 +39,7 @@ buildNpmPackage rec {
  nativeBuildInputs = [
    pkg-config
  ]
  ++ lib.optional stdenv.isDarwin clang_20 # clang_21 breaks gyp builds
  ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
    makeWrapper
    copyDesktopItems