mdbook: remove cf-private

This commit is contained in:
Daiderd Jordan 2019-06-20 18:35:02 +02:00
parent 4e7695fc69
commit 5ecbcc0886
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -13,11 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1xpsc4qff2lrq15mz1gvmw6n5vl88sfwpjbsnp5ja5k1im156lam";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
CoreServices
# This is needed to avoid an undefined symbol error for "_CFURLResourceIsReachable"
darwin.cf-private
];
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
meta = with stdenv.lib; {
description = "Create books from MarkDown";