libevdev: python is a native input

This commit is contained in:
Matthew Bauer 2020-02-24 19:59:03 -05:00
parent d8b92121d4
commit 42fe7c7d47

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0"; sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0";
}; };
buildInputs = [ python3 ]; nativeBuildInputs = [ python3 ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Wrapper library for evdev devices"; description = "Wrapper library for evdev devices";