From e726cb1f59ed675d8efee3d30cca3922c91f1e8a Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 29 Jan 2023 13:48:00 +0100 Subject: tv libinput-tv: init with winmax2 patch --- tv/5pkgs/simple/libinput-tv.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tv/5pkgs/simple/libinput-tv.nix (limited to 'tv') diff --git a/tv/5pkgs/simple/libinput-tv.nix b/tv/5pkgs/simple/libinput-tv.nix new file mode 100644 index 00000000..6f08689b --- /dev/null +++ b/tv/5pkgs/simple/libinput-tv.nix @@ -0,0 +1,11 @@ +{ pkgs }: + +pkgs.libinput.overrideAttrs (old: { + patches = old.patches or [] ++ [ + (pkgs.fetchurl { + name = "libinput-winmax2.patch"; + url = "https://github.com/4z3/libinput/commit/2d0ff41.patch"; + sha256 = "0ipsxzjf98g9w2m163gp49zl14wbxs84s0psdnvk7wfiivgcnm1f"; + }) + ]; +}) -- cgit v1.2.3