Merge pull request #214680 from cdepillabout/heystone-darwin

haskellPackages.heystone: fix darwin dylibs
This commit is contained in:
Dennis Gosnell
2023-02-12 11:26:21 +09:00
committed by GitHub

View File

@@ -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: