From 85526bce87def0cf74d23065690971e335987f7b Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Sun, 6 May 2018 18:58:51 +0100 Subject: ckb-next: 0.2.9 -> 0.3.2 In this update: * binaries `ckb` and `ckb-daemon` are renamed to `ckb-next` and `ckb-next-daemon` * build system changed from qmake to cmake * the directory searched for animation plugins no longer needs to be patched, as a result of the build system change * modprobe patch has been bumped, since the source repository layout has changed * the cmake scripts are quite FHS-centric and require patching to fix install locations --- nixos/modules/hardware/ckb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/hardware') diff --git a/nixos/modules/hardware/ckb.nix b/nixos/modules/hardware/ckb.nix index 8429572a8822..a8e697f79391 100644 --- a/nixos/modules/hardware/ckb.nix +++ b/nixos/modules/hardware/ckb.nix @@ -26,7 +26,7 @@ in systemd.services.ckb = { description = "Corsair Keyboard Daemon"; wantedBy = ["multi-user.target"]; - script = "${cfg.package}/bin/ckb-daemon"; + script = "${cfg.package}/bin/ckb-next-daemon"; serviceConfig = { Restart = "always"; StandardOutput = "syslog"; -- cgit 1.4.1