We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75070fd commit 8177823Copy full SHA for 8177823
crystal/crystal.nix
@@ -53,7 +53,7 @@ lib.fix (compiler:
53
nativeBuildInputs = [ makeBinaryWrapper installShellFiles crystal_prebuilt ];
54
55
buildInputs = [ boehmgc gmp libevent libffi libxml2 libyaml openssl pcre2 zlib ]
56
- ++ lib.optionals isDarwin [ libiconv ];
+ ++ lib.optionals isDarwin [ libiconv llvmPackages.libcxxabi ];
57
58
patches = [ (substituteAll { src = ./tzdata.patch; inherit tzdata; }) ];
59
0 commit comments