Unverified Commit 019efb7d authored by Antoine du Hamel's avatar Antoine du Hamel
Browse files

bruno: fix build on Darwin

parent 63bdb5d9
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