python3Packages.opentype-feature-freezer: fix eval error in updateScript (#452109)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user