libsecurity_utilities: fixup
This commit is contained in:
parent
4a515ed306
commit
c468b30ede
@ -4,9 +4,12 @@ appleDerivation {
|
|||||||
libauto
|
libauto
|
||||||
libobjc
|
libobjc
|
||||||
IOKit
|
IOKit
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
sqlite
|
sqlite
|
||||||
apple_sdk.frameworks.PCSC
|
apple_sdk.frameworks.PCSC
|
||||||
];
|
];
|
||||||
|
NIX_LDFLAGS = "-framework PCSC";
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace lib/errors.h --replace \
|
substituteInPlace lib/errors.h --replace \
|
||||||
'<CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>' \
|
'<CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user