12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-1v728hbIM2ODtB+r6SYzItczRJCsbuTvhYD2OUM1+/E=";
23 PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";
36 description = "Unofficial userspace driver for HID++ Logitech devices";
37 mainProgram = "logid";
38 homepage = "https://github.com/PixlOne/logiops";
39 license = licenses.gpl3Plus;
41 platforms = with platforms; linux;