Unverified Commit 70cc7966 authored by Evangelos Paterakis's avatar Evangelos Paterakis
Browse files

crystal: include pcre even on pcre2 builds

parent 35f5549e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {