gui: sxmo: default to sxmo-utils-latest variant of the package
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user