mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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 New Issue
Block a user