haskellPackages.arbtt: add missing frameworks for darwin
This commit is contained in:
parent
a51a542d60
commit
0781c31545
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue