3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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";