haskellPackages.heystone: fix darwin dylibs
This commit is contained in:
parent
8b6e0c6c05
commit
32eecc6cc9
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue