crystal: include pcre even on pcre2 builds
This commit is contained in:
parent
35f5549e29
commit
70cc7966aa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user