Unverified Commit 35f5549e authored by Evangelos Paterakis's avatar Evangelos Paterakis
Browse files

crystal: require pcre2

parent e8512ca2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
, llvmPackages
, makeWrapper
, openssl
, pcre2
, pcre
, pkg-config
, readline
@@ -73,7 +74,7 @@ let

  commonBuildInputs = extraBuildInputs: [
    boehmgc
    pcre
    pcre2
    libevent
    libyaml
    zlib
@@ -265,13 +266,14 @@ rec {
    version = "1.2.2";
    sha256 = "sha256-nyOXhsutVBRdtJlJHe2dALl//BUXD1JeeQPgHU4SwiU=";
    binary = binaryCrystal_1_2;
    extraBuildInputs = [ libatomic_ops ];
    extraBuildInputs = [ libatomic_ops pcre ];
  };

  crystal_1_7 = generic {
    version = "1.7.3";
    sha256 = "sha256-ULhLGHRIZbsKhaMvNhc+W74BwNgfEjHcMnVNApWY+EE=";
    binary = binaryCrystal_1_2;
    extraBuildInputs = [ pcre ];
  };

  crystal_1_8 = generic {
+0 −1
Original line number Diff line number Diff line
@@ -14543,7 +14543,6 @@ with pkgs;
  inherit (callPackages ../development/compilers/crystal {
    llvmPackages = llvmPackages_15;
    pcre = pcre2;
    stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
  })
    crystal_1_8