Skip to content

Commit

Permalink
kernel: drop tuxOnIce patch
Browse files Browse the repository at this point in the history
Hasn't been updated since 3.14, abandoned by its author, not actually used despite being inside a let binding.
  • Loading branch information
lukateras committed May 13, 2018
1 parent 78fba37 commit a636f83
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pkgs/os-specific/linux/kernel/patches.nix
@@ -1,26 +1,6 @@
{ stdenv, fetchurl, fetchpatch, pkgs }:

let

makeTuxonicePatch = { version, kernelVersion, sha256,
url ? "http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-${kernelVersion}-${version}.patch.bz2" }:
{ name = "tuxonice-${kernelVersion}";
patch = stdenv.mkDerivation {
name = "tuxonice-${version}-for-${kernelVersion}.patch";
src = fetchurl {
inherit url sha256;
};
phases = [ "installPhase" ];
installPhase = ''
source $stdenv/setup
bunzip2 -c $src > $out
'';
};
};
in

rec {

bridge_stp_helper =
{ name = "bridge-stp-helper";
patch = ./bridge-stp-helper.patch;
Expand Down

0 comments on commit a636f83

Please sign in to comment.