gui: sxmo: default to sxmo-utils-latest variant of the package

This commit is contained in:
2023-08-28 09:56:02 +00:00
parent a85d594c89
commit 4201aa7466
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
# see <repo:mil/sxmo-utils:scripts/deviceprofiles> # see <repo:mil/sxmo-utils:scripts/deviceprofiles>
# SXMO_DEVICE_NAME = "pine64,pinephone-1.2"; # SXMO_DEVICE_NAME = "pine64,pinephone-1.2";
}; };
package = pkgs.sxmo-utils.overrideAttrs (base: { package = pkgs.sxmo-utils-latest.overrideAttrs (base: {
postPatch = (base.postPatch or "") + '' postPatch = (base.postPatch or "") + ''
# after volume-button navigation mode, restore full keyboard functionality # after volume-button navigation mode, restore full keyboard functionality
cp ${./xkb_mobile_normal_buttons} ./configs/xkb/xkb_mobile_normal_buttons cp ${./xkb_mobile_normal_buttons} ./configs/xkb/xkb_mobile_normal_buttons

View File

@@ -167,7 +167,7 @@ in
WVKBD_LANDSCAPE_LAYERS = "landscape,special,emoji"; WVKBD_LANDSCAPE_LAYERS = "landscape,special,emoji";
WVKBD_LAYERS = "full,special,emoji"; WVKBD_LAYERS = "full,special,emoji";
}; };
package = pkgs.sxmo-utils.overrideAttrs (base: { package = pkgs.sxmo-utils-latest.overrideAttrs (base: {
postPatch = (base.postPatch or "") + '' postPatch = (base.postPatch or "") + ''
cat <<EOF >> ./configs/default_hooks/sxmo_hook_start.sh cat <<EOF >> ./configs/default_hooks/sxmo_hook_start.sh
# rotate UI based on physical display angle by default # rotate UI based on physical display angle by default

View File

@@ -95,7 +95,7 @@ in
}; };
sane.gui.sxmo.package = mkOption { sane.gui.sxmo.package = mkOption {
type = types.package; type = types.package;
default = pkgs.sxmo-utils; default = pkgs.sxmo-utils-latest;
description = '' description = ''
sxmo base scripts and hooks collection. sxmo base scripts and hooks collection.
consider overriding the outputs under /share/sxmo/default_hooks consider overriding the outputs under /share/sxmo/default_hooks