···1112in stdenv.mkDerivation rec {
13 name = "displaylink-${version}";
14- version = "1.3.52";
1516 src = requireFile rec {
17 name = "displaylink.zip";
18- sha256 = "0ridpsxcf761vym0nlpq702qa46ynddzci17bjmyax2pph7khr0k";
19 message = ''
20 In order to install the DisplayLink drivers, you must first
21 comply with DisplayLink's EULA and download the binaries and
22 sources from here:
2324- http://www.displaylink.com/downloads/file?id=744
2526 Once you have downloaded the file, please use the following
27 commands and re-run the installation:
···5657 fixupPhase
58 '';
0005960 meta = with stdenv.lib; {
61 description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
···1112in stdenv.mkDerivation rec {
13 name = "displaylink-${version}";
14+ version = "4.1.9";
1516 src = requireFile rec {
17 name = "displaylink.zip";
18+ sha256 = "d762145014df7fea8ca7af12206a077d73d8e7f2259c8dc2ce7e5fb1e69ef9a3";
19 message = ''
20 In order to install the DisplayLink drivers, you must first
21 comply with DisplayLink's EULA and download the binaries and
22 sources from here:
2324+ http://www.displaylink.com/downloads/file?id=1087
2526 Once you have downloaded the file, please use the following
27 commands and re-run the installation:
···5657 fixupPhase
58 '';
59+60+ dontStrip = true;
61+ dontPatchELF = true;
6263 meta = with stdenv.lib; {
64 description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";