forked from mirrors/nixpkgs
atomicparsley: remove cf-private
This commit is contained in:
parent
8c6eef6328
commit
f401da6af8
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchhg, autoreconfHook, zlib, cf-private, Cocoa }:
|
||||
{ stdenv, fetchhg, autoreconfHook, zlib, Cocoa }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "atomicparsley-${version}";
|
||||
|
@ -12,11 +12,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
buildInputs = [ zlib ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
Cocoa
|
||||
# Needed for OBJC_CLASS_$_NSDictionary symbols.
|
||||
cf-private
|
||||
];
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa ];
|
||||
|
||||
configureFlags = stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
# AC_FUNC_MALLOC is broken on cross builds.
|
||||
|
|
|
@ -610,7 +610,6 @@ in
|
|||
};
|
||||
|
||||
atomicparsley = callPackage ../tools/video/atomicparsley {
|
||||
inherit (darwin) cf-private;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue