Commit ab3e98d6 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

icu: temporary change to test rc version

parent 2ac5b1b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@ let

  pname = "icu4c";

  release = lib.replaceStrings [ "." ] [ "-" ] version;
  #release = lib.replaceStrings [ "." ] [ "-" ] version;
  # To test rc versions of ICU replace the line above with the line below.
  #release = lib.replaceStrings [ "." ] [ "-" ] (if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version);
  release = lib.replaceStrings [ "." ] [ "-" ] (if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version);

  baseAttrs = {
    src = fetchurl {