python312Packages.iceportal: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 00:19:17 +02:00
parent 428661dd5a
commit b41a6498fb

View file

@ -23,11 +23,11 @@ buildPythonPackage rec {
hash = "sha256-kpAUgGi2fAHzQYuZAaQW9wdrYjwbduRsoTwSuzcjJa8=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
httpx
];