1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 17:10:48 +00:00

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"; cargoSha256 = "1xpsc4qff2lrq15mz1gvmw6n5vl88sfwpjbsnp5ja5k1im156lam";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
CoreServices
# This is needed to avoid an undefined symbol error for "_CFURLResourceIsReachable"
darwin.cf-private
];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Create books from MarkDown"; description = "Create books from MarkDown";