3
0
Fork 0
forked from mirrors/nixpkgs

contacts: drop xcbuild6Hook

This commit is contained in:
Weijia Wang 2023-12-10 22:07:44 +01:00
parent 9aedfde2aa
commit e75d394a65
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,11 @@ stdenv.mkDerivation {
hash = "sha256-Li/c5uf9rfpuU+hduuSm7EmhVwIIkS72dqzmN+0cE3A=";
};
postPatch = ''
substituteInPlace contacts.m \
--replace "int peopleSort" "long peopleSort"
'';
nativeBuildInputs = [ xcbuildHook ];
buildInputs = [ Foundation AddressBook ];

View file

@ -4912,7 +4912,6 @@ with pkgs;
contacts = callPackage ../tools/misc/contacts {
inherit (darwin.apple_sdk.frameworks) Foundation AddressBook;
xcbuildHook = xcbuild6Hook;
};
colorls = callPackage ../tools/system/colorls { };