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

python3Packages.opentype-feature-freezer: fix eval error in updateScript (#452109)

parents 82c2e0d6 f5e18aa7
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";