fix toml version stuff

This commit is contained in:
xenofem 2025-09-13 02:23:31 -04:00
parent d06746ac2e
commit 6b22165a27

View file

@ -31,7 +31,7 @@
dlibrary = buildPythonApplication {
pname = "dlibrary";
inherit (project) version;
inherit (project.project) version;
pyproject = true;
propagatedBuildInputs = [
pymupdf