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,
|
||||
pythonRelaxDepsHook,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
pyserial,
|
||||
|
|
@ -22,6 +23,7 @@ in
|
|||
pyproject = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
poetry-core
|
||||
];
|
||||
|
||||
|
|
@ -31,6 +33,10 @@ in
|
|||
click
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -d $out/bin
|
||||
echo '#!/usr/bin/env python' > $out/bin/${mainProgram}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue