about summary refs log tree commit diff
path: root/pkgs/tools/security/pinentry/mac.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-03pinentry-mac: remove cf-privateDaiderd Jordan1-7/+2
2018-11-05pinentry_mac: add cf-privateDaiderd Jordan1-2/+7
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in GPGDefaults.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in PinentryController.o objc-class-ref in GPGDefaults.o objc-class-ref in KeychainSupport.o "_OBJC_CLASS_$_NSMutableDictionary", referenced from: objc-class-ref in GPGDefaults.o "_OBJC_CLASS_$_NSSet", referenced from: objc-class-ref in GPGDefaults.o "_OBJC_CLASS_$_NSUserDefaults", referenced from: objc-class-ref in GPGDefaults.o ld: symbol(s) not found for architecture x86_64
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-09xcbuild: move setup hook to xcbuildHookMatthew Bauer1-2/+3
Not every package that needs xcbuild will want to use its build phase. I have moved the xcbuild setup hook to the new attribute xcbuildHook. This means that dontUseXcbuild is no longer needed. If you just need to call xcbuild on its own you can just refer to xcbuild.
2018-04-17treewide: rename bad filenamesMatthew Bauer1-0/+30
Most of these can easily be moved to subdirectories of other directories. This helps reduce clutter in the main trees.