Unverified Commit 79901fd9 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #236058 from rnhmjoj/pr-scc

sc-controller: 0.4.8.9 -> 0.4.8.11
parents 73239687 424d1f9b
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
{ 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