forked from mirrors/nixpkgs
contacts: drop xcbuild6Hook
This commit is contained in:
parent
9aedfde2aa
commit
e75d394a65
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue