bitwarden-menu: don't use python3Packages for dependencies

This commit is contained in:
Wroclaw
2025-04-03 16:42:50 +02:00
parent 581f060c7a
commit 51712b9cec

View File

@@ -1,8 +1,9 @@
{
lib,
buildPythonApplication,
python3Packages,
fetchPypi,
hatch-vcs,
hatchling,
pynput,
xdg-base-dirs,
}:
@@ -18,7 +19,7 @@ buildPythonApplication rec {
hash = "sha256-vUlNqSVdGhfN5WjDjf1ub32Y2WoBndIdFzfCNwo5+Vg=";
};
nativeBuildInputs = with python3Packages; [
nativeBuildInputs = [
hatch-vcs
hatchling
];