mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
linuxPackages.evdi: Mark broken on >= 4.13
This commit is contained in:
parent
2459616f0f
commit
94454384c2
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
homepage = http://www.displaylink.com/;
|
||||
broken = versionOlder kernel.version "4.9";
|
||||
broken = versionOlder kernel.version "4.9" || !stdenv.lib.versionOlder kernel.version "4.13";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user