Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 89fb76c51ced
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1e74c01f607
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 1, 2018

  1. sc-controller: 0.4.4 -> 0.4.5

    (cherry picked from commit 0459a8c)
    Backport of #49543
    Tristan Helmich (omniIT) authored and srhb committed Nov 1, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    b1e74c0 View commit details
Showing with 2 additions and 6 deletions.
  1. +2 −6 pkgs/misc/drivers/sc-controller/default.nix
8 changes: 2 additions & 6 deletions pkgs/misc/drivers/sc-controller/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@

buildPythonApplication rec {
pname = "sc-controller";
version = "0.4.4";
version = "0.4.5";

src = fetchFromGitHub {
owner = "kozec";
repo = pname;
rev = "v${version}";
sha256 = "0ki9x28i5slpnygkpdglcvj8cssvvjyz732y1cnpzw1f0sj0kris";
sha256 = "0mb9r4811rfj5rs4vrdhaf3x38iy1fvxr4sk2zg3xhvc29cdf5wv";
};

nativeBuildInputs = [ wrapGAppsHook ];
@@ -24,10 +24,6 @@ buildPythonApplication rec {

checkInputs = [ pytest ];

patches = [
./fix-udev.patch # fix upstream issue #401, remove with the next update
];

postPatch = ''
substituteInPlace scc/paths.py --replace sys.prefix "'$out'"
substituteInPlace scc/uinput.py --replace /usr/include ${linuxHeaders}/include