about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-darwin.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-02-05 14:16:08 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-02-12 11:25:33 +0900
commit32eecc6cc96ba426cda9a8e7ab66d931eb141cee (patch)
tree6be90789eef7a7322bdec6f3019fd0b6d0bacff9 /pkgs/development/haskell-modules/configuration-darwin.nix
parent8b6e0c6c05f9498e6afc66aa98a7e6ad6a5ec962 (diff)
haskellPackages.heystone: fix darwin dylibs
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-darwin.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 2c40ee7711eef..2ea7f41ed79fa 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -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: