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:
parent
184ab11fc9
commit
b1f0af7ef6
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://www.displaylink.com/";
|
homepage = "http://www.displaylink.com/";
|
||||||
|
broken = !versionAtLeast kernel.version "3.16";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user