linuxPackages.evdi: specify minimum kernel version, per upstream

Upstream says 3.16 is the oldest supported kernel.  No versions prior to
3.18 build on Hydra. See e.g., https://hydra.nixos.org/build/53599831.
This commit is contained in:
Joachim Fasting 2017-06-09 12:14:54 +02:00
parent 184ab11fc9
commit b1f0af7ef6
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.gpl2;
homepage = "http://www.displaylink.com/";
broken = !versionAtLeast kernel.version "3.16";
};
}