From af086828eb68af148dbae262c9f92e0937856ee4 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Mon, 10 Feb 2020 17:28:46 -0800 Subject: [PATCH] git-plan installation succeeds on darwin --- nix/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 85f3713..bf659a7 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -14,7 +14,7 @@ let }; cargoSha256 = "1aqjgfpqsasy9qvw08ill7ig6k9n9rdkwxlg1z5g61z7cmi1p3i4"; - buildInputs = [ pkgs.pkg-config pkgs.openssl ]; + buildInputs = [ pkgs.pkg-config pkgs.openssl ] ++ (if pkgs.stdenv.isDarwin then [ pkgs.libiconv pkgs.darwin.apple_sdk.frameworks.Security ] else []); }; in { home.packages = with pkgs; [ @@ -67,6 +67,7 @@ in { ignores = [ ".idea/" ".direnv/" + ".git-plans/" ".envrc" ".tools-info" "*~"