haskellPackages.heystone: fix darwin dylibs

This commit is contained in:
Dennis Gosnell
2023-02-12 11:25:33 +09:00
parent 8b6e0c6c05
commit 32eecc6cc9
@@ -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: