Skip to content

Commit

Permalink
haskellPackages.heystone: fix darwin dylibs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Feb 12, 2023
1 parent 8b6e0c6 commit 32eecc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/haskell-modules/configuration-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ self: super: ({
# https://github.com/NixOS/nixpkgs/issues/149692
Agda = removeConfigureFlag "-foptimise-heavily" super.Agda;

heystone = addBuildTool pkgs.fixDarwinDylibNames super.heystone;

} // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin

# tests appear to be failing to link or something:
Expand Down

0 comments on commit 32eecc6

Please sign in to comment.