Skip to content

Commit

Permalink
macOS: add libcxxabi
Browse files Browse the repository at this point in the history
  • Loading branch information
rbishop committed Feb 9, 2024
1 parent 75070fd commit 8177823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crystal/crystal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lib.fix (compiler:
nativeBuildInputs = [ makeBinaryWrapper installShellFiles crystal_prebuilt ];

buildInputs = [ boehmgc gmp libevent libffi libxml2 libyaml openssl pcre2 zlib ]
++ lib.optionals isDarwin [ libiconv ];
++ lib.optionals isDarwin [ libiconv llvmPackages.libcxxabi ];

patches = [ (substituteAll { src = ./tzdata.patch; inherit tzdata; }) ];

Expand Down

0 comments on commit 8177823

Please sign in to comment.