fix toml version stuff
This commit is contained in:
parent
d06746ac2e
commit
6b22165a27
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
dlibrary = buildPythonApplication {
|
dlibrary = buildPythonApplication {
|
||||||
pname = "dlibrary";
|
pname = "dlibrary";
|
||||||
inherit (project) version;
|
inherit (project.project) version;
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pymupdf
|
pymupdf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue