Skip to content

Commit

Permalink
Fix for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Apr 18, 2024
1 parent 2997b24 commit c8eb5d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix-tools/static/project.nix
Expand Up @@ -56,6 +56,9 @@ let
packages.nix-tools.ghcOptions = [
"-L${pkgs.lib.getLib pkgs.static-gmp}/lib"
];
packages.Cabal-syntax-json.ghcOptions = [
"-L${pkgs.lib.getLib pkgs.static-gmp}/lib"
];
};


Expand Down

0 comments on commit c8eb5d0

Please sign in to comment.