mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libsecurity_utilities: fixup
This commit is contained in:
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>' \
|
||||
|
Loading…
Reference in New Issue
Block a user