summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mxu11x0
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-19 08:40:01 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-19 08:40:01 +0300
commit779aea8868bfee566243cf16f890c7e907fc9ac0 (patch)
tree9509e6327eed72e6f530bc41e4940900fa60206c /pkgs/os-specific/linux/mxu11x0
parent3e495bfd94a66662a399fdfcbcecfa4e6199b876 (diff)
downloadnixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar.gz
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar.bz2
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar.lz
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar.xz
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.tar.zst
nixpkgs-779aea8868bfee566243cf16f890c7e907fc9ac0.zip
linuxPackages.mxu11x0: Mark broken on >= 4.13
https://hydra.nixos.org/build/61465503
Diffstat (limited to 'pkgs/os-specific/linux/mxu11x0')
-rw-r--r--pkgs/os-specific/linux/mxu11x0/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/mxu11x0/default.nix b/pkgs/os-specific/linux/mxu11x0/default.nix
index d21bed7cbe4..1bf7c846732 100644
--- a/pkgs/os-specific/linux/mxu11x0/default.nix
+++ b/pkgs/os-specific/linux/mxu11x0/default.nix
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
     license = licenses.gpl1;
     maintainers = with maintainers; [ uralbash ];
     platforms = platforms.linux;
-    broken = (versionOlder kernel.version "4.9");
+    broken = versionOlder kernel.version "4.9" || !versionOlder kernel.version "4.13";
   };
 }