Commit f5e18aa7 authored by David McFarland's avatar David McFarland
Browse files

python3Packages.opentype-feature-freezer: fix eval error in updateScript

Fixes: dc3478c0
parent 9c156711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ buildPythonPackage rec {
    "test_warn_substituting_glyphs_without_unicode"
  ];

  passthru.updateScript = gitUpdater { rev = "v"; };
  passthru.updateScript = gitUpdater { rev-prefix = "v"; };

  meta = {
    description = "Permanently \"apply\" OpenType features to fonts, by remapping their Unicode assignments";