python310Packages.repath: specify dependencies as function args

This commit is contained in:
Martin Weinelt
2023-07-28 16:06:07 +02:00
parent ab0ca887e9
commit ae735c533c
@@ -1,7 +1,7 @@
{ lib
, python3
, buildPythonPackage
, fetchPypi
, six
}:
buildPythonPackage rec {
@@ -13,7 +13,7 @@ buildPythonPackage rec {
hash = "sha256-gpITm6xqDkP9nXBgXU6NrrJdRmcuSE7TGiTHzgrvD7c=";
};
propagatedBuildInputs = with python3.pkgs; [
propagatedBuildInputs = [
six
];