Skip to content

Commit

Permalink
Merge pull request #614 from elopez/fix-release-build
Browse files Browse the repository at this point in the history
flake: fix `nix build .#redistributable` on macOS
  • Loading branch information
msooseth authored Dec 10, 2024
2 parents 258808b + 77730fc commit 2583457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"--extra-lib-dirs=${stripDylib (pkgs.gmp.override { withStatic = true; })}/lib"
"--extra-lib-dirs=${stripDylib secp256k1-static}/lib"
"--extra-lib-dirs=${stripDylib (pkgs.libff.override { enableStatic = true; })}/lib"
"--extra-lib-dirs=${pkgs.szlib.static}/lib"
"--extra-lib-dirs=${pkgs.zlib.static}/lib"
"--extra-lib-dirs=${stripDylib (pkgs.libffi.overrideAttrs (_: { dontDisableStatic = true; }))}/lib"
"--extra-lib-dirs=${stripDylib (pkgs.ncurses.override { enableStatic = true; })}/lib"
];
Expand Down

0 comments on commit 2583457

Please sign in to comment.