mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
mdbook: remove cf-private
This commit is contained in:
parent
4e7695fc69
commit
5ecbcc0886
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user