bruno-cli: fix Darwin build

This commit is contained in:
Mathew Polzin
2025-10-20 09:55:20 -05:00
parent 4f2a999cd4
commit ec0d4948c9

View File

@@ -1,5 +1,7 @@
{
lib,
stdenv,
clang_20,
buildNpmPackage,
bruno,
pkg-config,
@@ -24,7 +26,8 @@ buildNpmPackage {
nativeBuildInputs = [
pkg-config
];
]
++ lib.optional stdenv.isDarwin clang_20; # clang_21 breaks gyp builds
buildInputs = [
pango