3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #236058 from rnhmjoj/pr-scc

sc-controller: 0.4.8.9 -> 0.4.8.11
This commit is contained in:
Michele Guerini Rocco 2023-06-07 02:04:33 +02:00 committed by GitHub
commit 79901fd901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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