mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
pinentry-mac: remove cf-private
This commit is contained in:
parent
41d1294eab
commit
e7765ba8e5
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, xcbuildHook, libiconv, Cocoa, ncurses, cf-private }:
|
||||
{ stdenv, fetchFromGitHub, xcbuildHook, libiconv, ncurses, Cocoa }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pinentry-mac-0.9.4";
|
||||
|
@ -11,12 +11,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ xcbuildHook ];
|
||||
|
||||
buildInputs = [
|
||||
libiconv Cocoa ncurses
|
||||
# Needed for OBJC_CLASS_$_NSArray symbols.
|
||||
cf-private
|
||||
];
|
||||
buildInputs = [ libiconv ncurses Cocoa ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/Applications
|
||||
|
|
|
@ -5283,7 +5283,6 @@ in
|
|||
};
|
||||
|
||||
pinentry_mac = callPackage ../tools/security/pinentry/mac.nix {
|
||||
inherit (darwin) cf-private;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
xcbuildHook = xcbuild6Hook;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue