Skip to content

Commit c8eb5d0

Browse files
committedApr 18, 2024··
Fix for darwin
1 parent 2997b24 commit c8eb5d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎nix-tools/static/project.nix

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ let
5656
packages.nix-tools.ghcOptions = [
5757
"-L${pkgs.lib.getLib pkgs.static-gmp}/lib"
5858
];
59+
packages.Cabal-syntax-json.ghcOptions = [
60+
"-L${pkgs.lib.getLib pkgs.static-gmp}/lib"
61+
];
5962
};
6063

6164

0 commit comments

Comments
 (0)
Please sign in to comment.