libsecurity_utilities: fixup

This commit is contained in:
Matthew Bauer
2018-04-09 18:35:36 -05:00
parent 4a515ed306
commit c468b30ede
@@ -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>' \