Unverified Commit bc6477fa authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ttfautohint: 1.8.3 -> 1.8.4 (#439185)

parents a0c402ee c4da3051
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-1dbx4yC8gL41OEAE/LNDyoDb4xhAwV5h8oRmdlPULUo=";
  };

  # ttfautohint: unrecognized option '--epoch'
  postPatch = ''
    substituteInPlace fonttools_script.py \
      --replace-fail 'print("exec hinting", options_)' 'options_.pop("epoch", None)'
  '';

  nativeBuildInputs = [
    fontforge
    python3'
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-1dbx4yC8gL41OEAE/LNDyoDb4xhAwV5h8oRmdlPULUo=";
  };

  # ttfautohint: unrecognized option '--epoch'
  postPatch = ''
    substituteInPlace fonttools_script.py \
      --replace-fail 'print("exec hinting", options_)' 'options_.pop("epoch", None)'
  '';

  nativeBuildInputs = [
    fontforge
    python3'
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-1dbx4yC8gL41OEAE/LNDyoDb4xhAwV5h8oRmdlPULUo=";
  };

  # ttfautohint: unrecognized option '--epoch'
  postPatch = ''
    substituteInPlace fonttools_script.py \
      --replace-fail 'print("exec hinting", options_)' 'options_.pop("epoch", None)'
  '';

  nativeBuildInputs = [
    fontforge
    python3'
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-1dbx4yC8gL41OEAE/LNDyoDb4xhAwV5h8oRmdlPULUo=";
  };

  # ttfautohint: unrecognized option '--epoch'
  postPatch = ''
    substituteInPlace fonttools_script.py \
      --replace-fail 'print("exec hinting", options_)' 'options_.pop("epoch", None)'
  '';

  nativeBuildInputs = [
    fontforge
    python3'
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-1dbx4yC8gL41OEAE/LNDyoDb4xhAwV5h8oRmdlPULUo=";
  };

  # ttfautohint: unrecognized option '--epoch'
  postPatch = ''
    substituteInPlace fonttools_script.py \
      --replace-fail 'print("exec hinting", options_)' 'options_.pop("epoch", None)'
  '';

  nativeBuildInputs = [
    fontforge
    python3'
Loading