From 424d1f9b6c0820138f02d79ec0de97d625acb70d Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 5 Jun 2023 10:59:03 +0200 Subject: [PATCH] sc-controller: 0.4.8.9 -> 0.4.8.11 --- pkgs/misc/drivers/sc-controller/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/misc/drivers/sc-controller/default.nix b/pkgs/misc/drivers/sc-controller/default.nix index 11663d5d4c44..009e08967453 100644 --- a/pkgs/misc/drivers/sc-controller/default.nix +++ b/pkgs/misc/drivers/sc-controller/default.nix @@ -1,6 +1,5 @@ { lib, buildPythonApplication, fetchFromGitHub, wrapGAppsHook , pytestCheckHook -, fetchpatch , gtk3, gobject-introspection, libappindicator-gtk3, librsvg , evdev, pygobject3, pylibacl, bluez, vdf , linuxHeaders @@ -9,13 +8,13 @@ buildPythonApplication rec { pname = "sc-controller"; - version = "0.4.8.9"; + version = "0.4.8.11"; src = fetchFromGitHub { owner = "Ryochan7"; repo = pname; rev = "v${version}"; - sha256 = "sha256-ym5fkOTRhibBaUqT0+p/jyqqKOVsyMz5INgfkoz0IJA="; + sha256 = "xu9QqddJf0cXkhNPrOnE+L8CV5AfgcCyk9DSh+G94c0="; }; nativeBuildInputs = [ wrapGAppsHook gobject-introspection ]; @@ -26,14 +25,6 @@ buildPythonApplication rec { nativeCheckInputs = [ pytestCheckHook ]; - patches = [ - # Fix a broken test - (fetchpatch { - url = "https://github.com/Ryochan7/sc-controller/pull/73.patch"; - sha256 = "sha256-qU8hIReZE3cEPCMOFc4RCUCIhiS0gJ3PushMkfDlPns="; - }) - ]; - postPatch = '' substituteInPlace scc/paths.py --replace sys.prefix "'$out'" substituteInPlace scc/uinput.py --replace /usr/include ${linuxHeaders}/include