Skip to content

Commit

Permalink
Try to fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Nov 29, 2024
1 parent e141b0a commit a3e31b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,10 @@
inherit (pkg) version meta;
src = pkg;
buildInputs = [ pkgs.bbe ]
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ pkgs.darwin.autoSignDarwinBinariesHook ];
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
pkgs.darwin.autoSignDarwinBinariesHook
pkgs.darwin.binutils
];
phases = [ "fixupPhase" ];
fixupPhase = ''
runHook preFixup
Expand Down

0 comments on commit a3e31b0

Please sign in to comment.