forked from mirrors/nixpkgs
linuxPackages.facetimehd: mark broken on Linux 5.18
This commit is contained in:
parent
9aa6f61df9
commit
5bf6048f37
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ womfoo grahamc kraem ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
broken = kernel.kernelAtLeast "5.18";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue