libsecurity_utilities: fixup

This commit is contained in:
Matthew Bauer 2018-04-08 22:40:59 -05:00
parent 4a515ed306
commit c468b30ede

View File

@ -4,9 +4,12 @@ appleDerivation {
libauto
libobjc
IOKit
];
propagatedBuildInputs = [
sqlite
apple_sdk.frameworks.PCSC
];
NIX_LDFLAGS = "-framework PCSC";
patchPhase = ''
substituteInPlace lib/errors.h --replace \
'<CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>' \