python311Packages.ollama: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 12:23:06 +01:00
parent 0cb341b478
commit 136e5d4b8e

View File

@ -34,12 +34,12 @@ buildPythonPackage rec {
"httpx" "httpx"
]; ];
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
httpx httpx
]; ];