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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "atomicparsley-${version}";
|
name = "atomicparsley-${version}";
|
||||||
@ -12,11 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
buildInputs = [ zlib ]
|
buildInputs = [ zlib ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [
|
++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa ];
|
||||||
Cocoa
|
|
||||||
# Needed for OBJC_CLASS_$_NSDictionary symbols.
|
|
||||||
cf-private
|
|
||||||
];
|
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
configureFlags = stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||||
# AC_FUNC_MALLOC is broken on cross builds.
|
# AC_FUNC_MALLOC is broken on cross builds.
|
||||||
|
@ -610,7 +610,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
atomicparsley = callPackage ../tools/video/atomicparsley {
|
atomicparsley = callPackage ../tools/video/atomicparsley {
|
||||||
inherit (darwin) cf-private;
|
|
||||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user