tv alacritty: add touchscreen support
This commit is contained in:
parent
59d6ab20b6
commit
99667ab5fb
14
tv/5pkgs/override/alacritty.nix
Normal file
14
tv/5pkgs/override/alacritty.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
self: super:
|
||||||
|
|
||||||
|
super.alacritty.overrideAttrs (old:
|
||||||
|
assert self.lib.versions.majorMinor old.version == "0.11";
|
||||||
|
{
|
||||||
|
version = "${old.version}-tv";
|
||||||
|
src = self.fetchFromGitHub {
|
||||||
|
owner = "4z3";
|
||||||
|
repo = "alacritty";
|
||||||
|
rev = "touchscreen-support-0.11";
|
||||||
|
hash = "sha256-oA4earrJ7lPVSBm9vRccWatAQ49hfDKsa7M72B5uQpY=";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user