Commit b62c89bf authored by Robert Hensing's avatar Robert Hensing Committed by jopejoe1
Browse files

frog: 0.13.7 -> 0.34

Replace icu60 with icu.
Add libexttextcat dependency (now required).
parent 767353c0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
  pkg-config,
  autoconf-archive,
  libxml2,
  icu60,
  icu,
  libexttextcat,
  ticcutils,
  timbl,
  mbt,
@@ -22,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "frog";
  version = "0.13.7";
  version = "0.34";

  src = fetchFromGitHub {
    owner = "LanguageMachines";
    repo = "frog";
    tag = "v${finalAttrs.version}";
    hash = "sha256-khc2uZ/dOtWPTnt/ZD6ILxD386MaZt6fsvNTWTCbs+c=";
    hash = "sha256-+oao0aOhXAnXnWbfZXcCzBFER8Q8TaYciAVQHlZ1D+E=";
  };

  nativeBuildInputs = [
@@ -41,7 +42,8 @@ stdenv.mkDerivation (finalAttrs: {
    libtool
    autoconf-archive
    libxml2
    icu60
    icu
    libexttextcat
    ticcutils
    timbl
    mbt