darwin.CommonCrypto: add appleHeaders
This commit is contained in:
parent
c08b0b360a
commit
4da71ef5af
1 changed files with 28 additions and 0 deletions
|
@ -6,6 +6,34 @@ appleDerivation {
|
|||
cp include/* $out/include/CommonCrypto
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
CommonCrypto/CommonBaseXX.h
|
||||
CommonCrypto/CommonBigNum.h
|
||||
CommonCrypto/CommonCMACSPI.h
|
||||
CommonCrypto/CommonCRC.h
|
||||
CommonCrypto/CommonCrypto.h
|
||||
CommonCrypto/CommonCryptoError.h
|
||||
CommonCrypto/CommonCryptoPriv.h
|
||||
CommonCrypto/CommonCryptor.h
|
||||
CommonCrypto/CommonCryptorSPI.h
|
||||
CommonCrypto/CommonDH.h
|
||||
CommonCrypto/CommonDigest.h
|
||||
CommonCrypto/CommonDigestSPI.h
|
||||
CommonCrypto/CommonECCryptor.h
|
||||
CommonCrypto/CommonHMAC.h
|
||||
CommonCrypto/CommonHMacSPI.h
|
||||
CommonCrypto/CommonKeyDerivation.h
|
||||
CommonCrypto/CommonKeyDerivationSPI.h
|
||||
CommonCrypto/CommonNumerics.h
|
||||
CommonCrypto/CommonRSACryptor.h
|
||||
CommonCrypto/CommonRandom.h
|
||||
CommonCrypto/CommonRandomSPI.h
|
||||
CommonCrypto/CommonSymmetricKeywrap.h
|
||||
CommonCrypto/aes.h
|
||||
CommonCrypto/lionCompat.h
|
||||
CommonCrypto/module.modulemap
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
platforms = platforms.darwin;
|
||||
|
|
Loading…
Reference in a new issue