mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
haskellPackages.arbtt: add missing frameworks for darwin
This commit is contained in:
parent
a51a542d60
commit
0781c31545
@ -867,6 +867,8 @@ self: super: builtins.intersectAttrs super {
|
||||
arbtt = overrideCabal super.arbtt (drv: {
|
||||
librarySystemDepends = pkgs.lib.optionals pkgs.stdenv.hostPlatform.isDarwin [
|
||||
pkgs.darwin.apple_sdk.frameworks.Foundation
|
||||
pkgs.darwin.apple_sdk.frameworks.Carbon
|
||||
pkgs.darwin.apple_sdk.frameworks.IOKit
|
||||
] ++ (drv.librarySystemDepends or []);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user