Revert "haskellPackages.heystone: fix darwin dylibs"
This reverts commit 32eecc6cc9
.
Reason for revert: This fix doesn't alleviate the problem in two ways:
1. It is in the aarch64-darwin section of configuration-darwin.nix,
the problem appears on x86_64-darwin (bytepatch doesn't support
aarch64).
2. When moving the override into the general *-darwin section, the
problem with bytepatch is also unaffected, see my attempt in
https://github.com/NixOS/nixpkgs/pull/217201.
This commit is contained in:
parent
c784c1a7e8
commit
7f65851908
1 changed files with 0 additions and 2 deletions
|
@ -318,8 +318,6 @@ 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