mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(niimprint): relax dependency
This commit is contained in:
parent
7dd40a10de
commit
ab16fa47cb
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
buildPythonApplication,
|
buildPythonApplication,
|
||||||
|
pythonRelaxDepsHook,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
pyserial,
|
pyserial,
|
||||||
|
|
@ -22,6 +23,7 @@ in
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
pythonRelaxDepsHook
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -31,6 +33,10 @@ in
|
||||||
click
|
click
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"pillow"
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -d $out/bin
|
install -d $out/bin
|
||||||
echo '#!/usr/bin/env python' > $out/bin/${mainProgram}
|
echo '#!/usr/bin/env python' > $out/bin/${mainProgram}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue