displaylink: 1.3.52 -> 4.1.9

Closes #34194.
This commit is contained in:
Nikolay Amiantov 2018-02-22 12:56:12 +03:00
parent f5b04628f0
commit 4db787b1b1

View File

@ -11,17 +11,17 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "displaylink-${version}"; name = "displaylink-${version}";
version = "1.3.52"; version = "4.1.9";
src = requireFile rec { src = requireFile rec {
name = "displaylink.zip"; name = "displaylink.zip";
sha256 = "0ridpsxcf761vym0nlpq702qa46ynddzci17bjmyax2pph7khr0k"; sha256 = "d762145014df7fea8ca7af12206a077d73d8e7f2259c8dc2ce7e5fb1e69ef9a3";
message = '' message = ''
In order to install the DisplayLink drivers, you must first In order to install the DisplayLink drivers, you must first
comply with DisplayLink's EULA and download the binaries and comply with DisplayLink's EULA and download the binaries and
sources from here: sources from here:
http://www.displaylink.com/downloads/file?id=744 http://www.displaylink.com/downloads/file?id=1087
Once you have downloaded the file, please use the following Once you have downloaded the file, please use the following
commands and re-run the installation: commands and re-run the installation:
@ -57,6 +57,9 @@ in stdenv.mkDerivation rec {
fixupPhase fixupPhase
''; '';
dontStrip = true;
dontPatchELF = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux"; description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];