1 { lib, mkDerivation, fetchFromGitHub, substituteAll, udev
2 , pkg-config, qtbase, cmake, zlib, kmod }:
8 src = fetchFromGitHub {
12 sha256 = "1mkx1psw5xnpscdfik1kpzsnfhhkn3571i7acr9gxyjr27sckplc";
27 "-DINSTALL_DIR_ANIMATIONS=libexec"
28 "-DUDEV_RULE_DIRECTORY=lib/udev/rules.d"
29 "-DFORCE_INIT_SYSTEM=systemd"
36 name = "ckb-next-modprobe.patch";
37 src = ./modprobe.patch;
43 description = "Driver and configuration tool for Corsair keyboards and mice";
44 homepage = "https://github.com/ckb-next/ckb-next";
45 license = licenses.gpl2;
46 platforms = platforms.linux;
47 maintainers = with maintainers; [ kierdavis ];