python3Packages.notobuilder: fix build

Upstream does not specify a version, so let's use 0.0.0.
This commit is contained in:
Robert Schütz
2025-09-02 12:22:07 -07:00
parent 29254c7df1
commit 96e876d23e
@@ -41,6 +41,8 @@ buildPythonPackage {
setuptools-scm
];
env.SETUPTOOLS_SCM_PRETEND_VERSION = "0.0.0";
dependencies = [
fonttools
ufomerge