libevdev: python is a native input
This commit is contained in:
parent
d8b92121d4
commit
42fe7c7d47
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 ];
|
||||
nativeBuildInputs = [ python3 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wrapper library for evdev devices";
|
||||
|
|
Loading…
Reference in New Issue