summary refs log tree commit diff
path: root/pkgs/os-specific/linux/displaylink
Commit message (Collapse)AuthorAge
* displaylink: 5.3.1 -> 5.4.0eyjhb2021-04-19
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* displaylink: manually activate dlm.serviceFlorian Klink2020-12-21
| | | | | | | | | | | | | | | | | | | The shell script coming with the vendor-provided udev rule simply starts dlm.service (and sets up some symlinks), and stops dlm.service if that was the last card plugged in. On NixOS, some of the cat/grep/sed commands are not available, causing the script to fail. Turns out, the symlinks aren't needed at all. Archlinux ships their own script (https://aur.archlinux.org/cgit/aur.git/plain/udev.sh?h=displaylink), which only starts and stops dlm.service, depending on whether there's cards left or not. We can further optimize this by simply starting dlm.service on the first card, and not stopping it at all. Considering dlm won't get stopped if one of multiple cards is unplugged, it seems to handle disconnects.
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* displaylink: added maintainer eyjhbeyjhb2020-07-16
|
* displaylink: 5.2.14 -> 5.3.1.34eyjhb2020-07-11
|
* displaylink: run systemctl of the currently running systemdFlorian Klink2020-05-21
|
* 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