Fix build for darwin by providing the needed additional dependencies

[?]
Jan 7, 2021, 1:25 PM
OP6UAT256FO65GXT64U4XWU2PCRKCYV7Q5YZLSROAO7Q2IFDZ7OQC

Dependencies

  • [2] XAY4DYRR Version bump
  • [3] G734WNM6 flake.nix: use crate2nix
  • [4] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in flake.nix at line 74
    [3.246791][3.246791:246849]()
    nativeBuildInputs = [ pkgs.clang ];
    [3.246791]
    [3.246849]
    nativeBuildInputs = [ pkgs.clang ]
    ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ pkgs.xcbuild ];
  • edit in flake.nix at line 77
    [3.246924]
    [3.246924]
    };
    blake3 = attr: {
    nativeBuildInputs = pkgs.lib.optionals pkgs.stdenv.isDarwin [ pkgs.xcbuild ];
  • replacement in flake.nix at line 88
    [2.159][3.247162:247360](),[3.247162][3.247162:247360]()
    ] ++ lib.optionals stdenv.isDarwin [
    CoreServices
    Security
    SystemConfiguration
    ];
    [2.159]
    [3.247360]
    ] ++ lib.optionals stdenv.isDarwin (
    [ openssl ]
    ++ (with darwin.apple_sdk.frameworks; [
    CoreServices
    Security
    SystemConfiguration
    ]));