summary refs log tree commit diff
path: root/pkgs/os-specific/linux/displaylink
Commit message (Collapse)AuthorAge
* displaylink: Disable free space checkJanne Heß2019-11-19
| | | | The check fails if you have too much free disk space
* displaylink: 4.4.24 -> 5.2.14Nahum Shalman2019-11-05
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* displaylink: changed systemd start to not block (#51760)eyJhb2018-12-09
| | | | | Previously during boot, displaylink would hang during boot for the 2 minutes timeout.
* displaylink: 4.1.9 -> 4.4.24 - updated linkeyjhbb@gmail.com2018-12-09
|
* displaylink: 4.1.9 -> 4.4.24eyjhbb@gmail.com2018-12-09
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* displaylink: 1.3.52 -> 4.1.9Nikolay Amiantov2018-02-27
| | | | Closes #34194.
* displaylink: use requireFile instead of fetchurlSang Hak (Andy) Chun2017-08-30
| | | | | The direct link used with fetchurl is no longer a direct link (see #28279) Users will need to accept a EULA and add the source themselves to the store.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* displaylink: 1.1.62 -> 1.3.52Nikolay Amiantov2017-05-19
|
* linuxPackages.displaylink: init at 1.1.62Nikolay Amiantov2016-09-13