Skip to content

Commit c69bb12

Browse files
committed
[LW-9860] Fix the macOS installer, bis
1 parent 748d92c commit c69bb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/internal/any-darwin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ in rec {
121121
name = pname;
122122
src = srcWithoutNix;
123123
nativeBuildInputs = [ yarn nodejs daedalus-installer ]
124-
++ (with pkgs; [ python3 pkgconfig darwin.cctools xcbuild ]);
124+
++ (with pkgs; [ python3 pkgconfig darwin.cctools xcbuild perl /* for bufferutil */ ]);
125125
buildInputs = (with pkgs.darwin; [
126126
apple_sdk.frameworks.CoreServices
127127
apple_sdk.frameworks.AppKit

0 commit comments

Comments
 (0)