linux-samus: remove

The package is out-of-date and has no maintainer.
I don't own a chromebook device and therefore don't know
if an mainline kernel could be used instead.
cc @lheckemann @zohl
This commit is contained in:
Jörg Thalheim
2018-11-03 20:57:58 +00:00
parent 848f2f3d0d
commit e84291bd23
2 changed files with 0 additions and 32 deletions

View File

@@ -1,16 +0,0 @@
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, ncurses, ... } @ args:
buildLinux (args // rec {
version = "4.12.2";
extraMeta.branch = "4.12-2";
src =
let upstream = fetchFromGitHub {
owner = "raphael";
repo = "linux-samus";
rev = "v${extraMeta.branch}";
sha256 = "1dr74i79p8r13522w2ppi8gnjd9bhngc9d2hsn91ji6f5a8fbxx9";
}; in "${upstream}/build/linux";
extraMeta.platforms = [ "x86_64-linux" ];
} // (args.argsOverride or {}))