python3Packages.mkdocs-linkcheck: don't use pythonPackages for dependencies

This commit is contained in:
Wroclaw
2025-04-03 23:18:32 +02:00
parent 77a87ee064
commit a723d554fc
@@ -1,9 +1,10 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pythonPackages,
requests,
}:
buildPythonPackage {
@@ -20,7 +21,7 @@ buildPythonPackage {
hash = "sha256-z59F7zUKZKIQSiTlE6wGbGDecPMeruNgltWUYfDf8jY=";
};
propagatedBuildInputs = with pythonPackages; [
propagatedBuildInputs = [
aiohttp
requests
];