crystal: include pcre even on pcre2 builds

This commit is contained in:
Evangelos Paterakis 2023-04-18 18:23:52 +03:00
parent 35f5549e29
commit 70cc7966aa
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9

View File

@ -74,6 +74,7 @@ let
commonBuildInputs = extraBuildInputs: [
boehmgc
pcre
pcre2
libevent
libyaml
@ -266,14 +267,13 @@ rec {
version = "1.2.2";
sha256 = "sha256-nyOXhsutVBRdtJlJHe2dALl//BUXD1JeeQPgHU4SwiU=";
binary = binaryCrystal_1_2;
extraBuildInputs = [ libatomic_ops pcre ];
extraBuildInputs = [ libatomic_ops ];
};
crystal_1_7 = generic {
version = "1.7.3";
sha256 = "sha256-ULhLGHRIZbsKhaMvNhc+W74BwNgfEjHcMnVNApWY+EE=";
binary = binaryCrystal_1_2;
extraBuildInputs = [ pcre ];
};
crystal_1_8 = generic {