mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
linuxPackages.rtl88xxau-aircrack: mark broken on Linux 5.15
This commit is contained in:
parent
3683cca605
commit
6ce4879bfb
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.jethro ];
|
maintainers = [ maintainers.jethro ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
broken = kernel.kernelAtLeast "5.15";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user