summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-27 18:53:30 +0200
committerGitHub <noreply@github.com>2021-06-27 18:53:30 +0200
commit00236bdbc773e8ff52ef4e3b30c7c06be442b476 (patch)
tree92f19bccedc13a36f65cab39c9c1049f857c9be1 /pkgs/os-specific
parentecb5cd972ff1cb5a40cb15c6d177fa81e9003713 (diff)
parent90925dbf68d686645fcc71dd33411af7bdf328e0 (diff)
downloadnixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar.gz
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar.bz2
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar.lz
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar.xz
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.tar.zst
nixpkgs-00236bdbc773e8ff52ef4e3b30c7c06be442b476.zip
Merge pull request #128302 from fortuneteller2k/veikk-mark-broken
linuxPackages.veikk-linux-driver: mark broken for kernels older than 4.19
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/veikk-linux-driver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/veikk-linux-driver/default.nix b/pkgs/os-specific/linux/veikk-linux-driver/default.nix
index 117103cdf28..a1019d7b7fd 100644
--- a/pkgs/os-specific/linux/veikk-linux-driver/default.nix
+++ b/pkgs/os-specific/linux/veikk-linux-driver/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ nicbk ];
+    broken = kernel.kernelOlder "4.19";
   };
 }