python3Packages.aria2p: Changed mkDerivation input arguments into buildPythonPackage inputs

This commit is contained in:
aftix
2025-02-14 17:33:45 -06:00
parent 28dac497f7
commit 13e2f381d5
@@ -34,9 +34,9 @@ buildPythonPackage rec {
hash = "sha256-JEXTCDfFjxI1hooiEQq0KIGGoS2F7fyzOM0GMl+Jr7w=";
};
nativeBuildInputs = [ pdm-backend ];
build-system = [ pdm-backend ];
propagatedBuildInputs = [
dependencies = [
appdirs
loguru
requests