about summary refs log tree commit diff
path: root/pkgs/tools/misc/contacts
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12contacts: remove extra libSandro Jäckel1-2/+2
2021-09-19contacts: switch to fetchFromGitHubFelix Buehler1-7/+9
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03contacts: remove cf-privateDaiderd Jordan1-7/+2
2018-11-05contacts: add cf-privateDaiderd Jordan1-5/+7
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in contacts.o objc-class-ref in FormatHelper.o "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in FormatHelper.o ld: symbol(s) not found for architecture x86_64
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-09treewide: change install references for xcbuildMatthew Bauer1-1/+1
now build directory is "Products/Release/"
2016-11-15xcbuild: update meta and commentsMatthew Bauer1-0/+1
2016-11-15xcbuild: add name to platform.nixMatthew Bauer1-1/+1
2016-11-15contacts: use xcbuild instead of xcodebuildMatthew Bauer1-5/+5
2015-02-12contacts: New expression for darwinJohn Wiegley1-0/+29