mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
persistent-evdev: don't use python3Packages for dependencies
This commit is contained in:
parent
5390bbab35
commit
f8d1ce873a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue