13 version = "2-unstable-2024-02-29";
15 src = fetchFromGitHub {
18 rev = "4df713d9037d814cc0c64197f69e5c78d55caaf1";
19 hash = "sha256-y68bi62H7ErVekcs0RZUXPpW+QJ97sTQP4lajB9PsgU=";
22 configureFlags = [ "--with-doxygen=no" ];
35 mkdir -p "$out/etc/X11/xorg.conf.d/"
36 cp "res/50-xorg-fix-xwiimote.conf" "$out/etc/X11/xorg.conf.d/50-fix-xwiimote.conf"
40 homepage = "https://xwiimote.github.io/xwiimote/";
41 description = "Userspace utilities to control connected Nintendo Wii Remotes";
42 mainProgram = "xwiishow";
43 platforms = lib.platforms.linux;
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ pyrox0 ];