linuxPackages.sch_cake: Mark broken on >= 4.13
This commit is contained in:
parent
2a732252df
commit
808ddd86fc
|
@ -30,5 +30,6 @@ stdenv.mkDerivation {
|
||||||
license = with licenses; [ bsd3 gpl2 ];
|
license = with licenses; [ bsd3 gpl2 ];
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = !stdenv.lib.versionOlder kernel.version "4.13";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue