8 stdenv.mkDerivation rec {
13 url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
14 hash = "sha256-q/GqzoYgjuvdXTVQ/97UyNc7tAW3ltUcOJydBgTLz78=";
17 nativeBuildInputs = [ python3 ];
20 description = "Wrapper library for evdev devices";
21 homepage = "https://www.freedesktop.org/software/libevdev/doc/latest/index.html";
22 license = licenses.mit;
23 platforms = platforms.linux;
24 maintainers = [ maintainers.amorsillo ];