We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748d92c commit c69bb12Copy full SHA for c69bb12
nix/internal/any-darwin.nix
@@ -121,7 +121,7 @@ in rec {
121
name = pname;
122
src = srcWithoutNix;
123
nativeBuildInputs = [ yarn nodejs daedalus-installer ]
124
- ++ (with pkgs; [ python3 pkgconfig darwin.cctools xcbuild ]);
+ ++ (with pkgs; [ python3 pkgconfig darwin.cctools xcbuild perl /* for bufferutil */ ]);
125
buildInputs = (with pkgs.darwin; [
126
apple_sdk.frameworks.CoreServices
127
apple_sdk.frameworks.AppKit
0 commit comments