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: 6258a3562801
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 452ad42005aa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 31, 2018

  1. sc-controller: 0.4.4 -> 0.4.5

    Tristan Helmich (omniIT) committed Oct 31, 2018
    Copy the full SHA
    0459a8c View commit details

Commits on Nov 1, 2018

  1. Merge pull request #49543 from fadenb/sc-controller_0.4.5

    sc-controller: 0.4.4 -> 0.4.5
    srhb authored Nov 1, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    452ad42 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