linuxPackages.sch_cake: only supported in linux >= 4.4

cc #23253
This commit is contained in:
Franz Pletz
2017-02-28 14:40:04 +01:00
parent fdc716046f
commit 616e5c1953

View File

@@ -1,5 +1,7 @@
{ stdenv, lib, fetchFromGitHub, kernel }:
assert stdenv.lib.versionAtLeast kernel.version "4.4";
stdenv.mkDerivation {
name = "sch_cake-2017-01-28";