mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
homepage = "http://www.displaylink.com/";
|
||||
broken = !versionAtLeast kernel.version "3.16";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue