Skip to content

Commit

Permalink
linuxPackages.evdi: mark as broken on Linux 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Feb 27, 2018
1 parent 4db787b commit 1acf9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/evdi/default.nix
Expand Up @@ -29,6 +29,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" || versionAtLeast kernel.version "4.15";
};
}

0 comments on commit 1acf9f3

Please sign in to comment.