contacts: remove cf-private
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, xcbuildHook, cf-private, Foundation, AddressBook }:
|
{ stdenv, fetchurl, xcbuildHook, Foundation, AddressBook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.1a-3";
|
version = "1.1a-3";
|
||||||
@@ -10,12 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ xcbuildHook ];
|
nativeBuildInputs = [ xcbuildHook ];
|
||||||
|
buildInputs = [ Foundation AddressBook ];
|
||||||
buildInputs = [
|
|
||||||
Foundation AddressBook
|
|
||||||
# Needed for OBJC_CLASS_$_NSArray symbols.
|
|
||||||
cf-private
|
|
||||||
];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|||||||
@@ -1329,7 +1329,6 @@ in
|
|||||||
codec2 = callPackage ../development/libraries/codec2 { };
|
codec2 = callPackage ../development/libraries/codec2 { };
|
||||||
|
|
||||||
contacts = callPackage ../tools/misc/contacts {
|
contacts = callPackage ../tools/misc/contacts {
|
||||||
inherit (darwin) cf-private;
|
|
||||||
inherit (darwin.apple_sdk.frameworks) Foundation AddressBook;
|
inherit (darwin.apple_sdk.frameworks) Foundation AddressBook;
|
||||||
xcbuildHook = xcbuild6Hook;
|
xcbuildHook = xcbuild6Hook;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user