From 1796d3c25969e593999b9fcb8f2bfc06d0dc70aa Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 31 Jul 2023 02:22:16 +0000 Subject: [PATCH] sxmo-utils: call out (but dont apply) the lock-state perf patch --- pkgs/additional/sxmo-utils/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/additional/sxmo-utils/default.nix b/pkgs/additional/sxmo-utils/default.nix index da3a760b..974cc4e7 100644 --- a/pkgs/additional/sxmo-utils/default.nix +++ b/pkgs/additional/sxmo-utils/default.nix @@ -117,6 +117,13 @@ stdenv.mkDerivation rec { url = "https://lists.sr.ht/~mil/sxmo-devel/patches/42443/mbox"; hash = "sha256-c4VySbVJgsbh2h+CnCgwWWe5WkAregpYFqL8n3WRXwY="; }) + # (fetchpatch { + # XXX: doesn't apply cleanly to 1.14.2 release + # # Don't wait for led or status bar in state change hooks + # # - significantly decreases the time between power-button state transitions + # url = "https://lists.sr.ht/~mil/sxmo-devel/patches/43109/mbox"; + # hash = "sha256-4uR2u6pa62y6SaRHYRn15YGDPILAs7py0mPbAjsgwM4="; + # }) (fetchpatch { # Make config gesture toggle persistent url = "https://lists.sr.ht/~mil/sxmo-devel/patches/42876/mbox";