persistent-evdev: don't use python3Packages for dependencies

This commit is contained in:
Wroclaw 2025-04-03 16:51:28 +02:00
parent 5390bbab35
commit f8d1ce873a

View file

@ -2,7 +2,8 @@
lib,
buildPythonPackage,
fetchFromGitHub,
python3Packages,
evdev,
pyudev,
}:
buildPythonPackage rec {
@ -17,7 +18,7 @@ buildPythonPackage rec {
sha256 = "d0i6DL/qgDELet4ew2lyVqzd9TApivRxL3zA3dcsQXY=";
};
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = [
evdev
pyudev
];