mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskellPackages.hmidi: provide necessary frameworks on darwin
This commit is contained in:
parent
c0d7cc23b4
commit
ea113b94f4
@ -40,6 +40,13 @@ self: super: ({
|
|||||||
darwin.apple_sdk.frameworks.ApplicationServices
|
darwin.apple_sdk.frameworks.ApplicationServices
|
||||||
] super.apecs-physics;
|
] super.apecs-physics;
|
||||||
|
|
||||||
|
# Framework deps are hidden behind a flag
|
||||||
|
hmidi = addExtraLibraries [
|
||||||
|
darwin.apple_sdk.frameworks.CoreFoundation
|
||||||
|
darwin.apple_sdk.frameworks.CoreAudio
|
||||||
|
darwin.apple_sdk.frameworks.CoreMIDI
|
||||||
|
] super.hmidi;
|
||||||
|
|
||||||
# "erf table" test fails on Darwin
|
# "erf table" test fails on Darwin
|
||||||
# https://github.com/bos/math-functions/issues/63
|
# https://github.com/bos/math-functions/issues/63
|
||||||
math-functions = dontCheck super.math-functions;
|
math-functions = dontCheck super.math-functions;
|
||||||
|
Loading…
Reference in New Issue
Block a user