summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-07-23 12:32:09 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-07-23 13:14:11 -0300
commit3bfb2046fd733d0523352146a8735ba65120d5e9 (patch)
tree869e2fe03774f493347bc21668d2b5f121f208fa /pkgs/os-specific/linux
parent7eeaecfaea6f5a76cdd76f6a77f04fbc9bf43556 (diff)
downloadnixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar.gz
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar.bz2
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar.lz
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar.xz
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.tar.zst
nixpkgs-3bfb2046fd733d0523352146a8735ba65120d5e9.zip
linuxKernel.packages.linux_5_18.mwprocapture: mark broken
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index 8a04386a718..2286e86df72 100644
--- a/pkgs/os-specific/linux/mwprocapture/default.nix
+++ b/pkgs/os-specific/linux/mwprocapture/default.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
+    broken = kernel.kernelAtLeast "5.16";
     homepage = "http://www.magewell.com/";
     description = "Linux driver for the Magewell Pro Capture family";
     license = licenses.unfreeRedistributable;