haskellPackages.heystone: fix darwin dylibs

This commit is contained in:
Dennis Gosnell 2023-02-05 14:16:08 +09:00
parent 8b6e0c6c05
commit 32eecc6cc9
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

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: