Remove dbusmenu-qt5 dependency from ckb-next build
This commit is contained in:
parent
51a4cc16a0
commit
221979ac22
1 changed files with 6 additions and 1 deletions
|
|
@ -32,5 +32,10 @@
|
|||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
# Enable support for Corsair Scimitar
|
||||
hardware.ckb-next.enable = true;
|
||||
hardware.ckb-next = {
|
||||
enable = true;
|
||||
package = pkgs.ckb-next.overrideAttrs (old: {
|
||||
cmakeFlags = (old.cmakeFlags or [ ]) ++ [ "-DUSE_DBUS_MENU=0" ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue