1 { lib, stdenv, fetchurl, fetchpatch, python3 }:
3 stdenv.mkDerivation rec {
8 url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
9 sha256 = "sha256-Bqd78qxcmTMFiCvBZBAX9b7BWS1tG2R4e61JKrNPLzY=";
12 nativeBuildInputs = [ python3 ];
15 description = "Wrapper library for evdev devices";
16 homepage = "https://www.freedesktop.org/software/libevdev/doc/latest/index.html";
17 license = licenses.mit;
18 platforms = platforms.linux;
19 maintainers = [ maintainers.amorsillo ];